commit | f38e243746730e01625c1282a75e083977facc90 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Feb 11 13:47:58 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Feb 13 11:13:53 2015 +0100 |
tree | 5dae2072c7c7fdaf5c2bc0c347ba7e33512f7d3a | |
parent | 7069bdd76a5d6f3a6d98897e2ae6d9667744213c [diff] [blame] |
No need for this array to be writeable
diff --git a/common/rfb/SConnection.cxx b/common/rfb/SConnection.cxx index 9bff4cd..bfff70c 100644 --- a/common/rfb/SConnection.cxx +++ b/common/rfb/SConnection.cxx
@@ -270,7 +270,7 @@ os->flush(); } -void SConnection::setEncodings(int nEncodings, rdr::S32* encodings) +void SConnection::setEncodings(int nEncodings, const rdr::S32* encodings) { int i;