aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-09-25 10:49:16 +0200
committerPierre Ossman <ossman@cendio.se>2014-09-25 15:03:39 +0200
commita4148f867fac7c70fc7d2a02cb0f9b20ce5d9394 (patch)
treeb3697de593460e17a0815249d3473c7408dabffa
parentab9b95f9c7e2d97a2e2e68efd4c63d0b90c4b3a7 (diff)
downloadtigervnc-a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394.tar.gz
tigervnc-a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394.zip
PixelTransformer is gone so we can protect these now
-rw-r--r--common/rfb/PixelFormat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/rfb/PixelFormat.h b/common/rfb/PixelFormat.h
index 113b8eef..8dfa5f1a 100644
--- a/common/rfb/PixelFormat.h
+++ b/common/rfb/PixelFormat.h
@@ -121,8 +121,7 @@ namespace rfb {
// In practice we are always in true colour mode.
bool trueColour;
- // FIXME: These should be protected, but we need to fix TransImageGetter first.
- public:
+ protected:
bool bigEndian;
int redMax;
int greenMax;