From: Pierre Ossman Date: Thu, 25 Sep 2014 08:49:16 +0000 (+0200) Subject: PixelTransformer is gone so we can protect these now X-Git-Tag: v1.3.90~26^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4148f867fac7c70fc7d2a02cb0f9b20ce5d9394;p=tigervnc.git PixelTransformer is gone so we can protect these now --- 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;