From f38e243746730e01625c1282a75e083977facc90 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 11 Feb 2015 13:47:58 +0100 Subject: No need for this array to be writeable --- common/rfb/SConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/rfb/SConnection.h') diff --git a/common/rfb/SConnection.h b/common/rfb/SConnection.h index f1542186..ef1de2b3 100644 --- a/common/rfb/SConnection.h +++ b/common/rfb/SConnection.h @@ -71,7 +71,7 @@ namespace rfb { // Overridden from SMsgHandler - virtual void setEncodings(int nEncodings, rdr::S32* encodings); + virtual void setEncodings(int nEncodings, const rdr::S32* encodings); // Methods to be overridden in a derived class -- cgit v1.2.3