]> source.dussan.org Git - tigervnc.git/commitdiff
PixelTransformer is gone so we can protect these now
authorPierre Ossman <ossman@cendio.se>
Thu, 25 Sep 2014 08:49:16 +0000 (10:49 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 25 Sep 2014 13:03:39 +0000 (15:03 +0200)
common/rfb/PixelFormat.h

index 113b8eef43f9dde93331bf1d2c87dd015c23eeac..8dfa5f1a89d6655d1d21d35a7c4237f6c0439b06 100644 (file)
@@ -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;