From a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 25 Sep 2014 10:49:16 +0200 Subject: [PATCH] PixelTransformer is gone so we can protect these now --- common/rfb/PixelFormat.h | 3 +-- 1 file changed, 1 insertion(+), 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; -- 2.39.5