PixelTransformer is gone so we can protect these now
diff --git a/common/rfb/PixelFormat.h b/common/rfb/PixelFormat.h
index 113b8ee..8dfa5f1 100644
--- a/common/rfb/PixelFormat.h
+++ b/common/rfb/PixelFormat.h
@@ -121,8 +121,7 @@
     // 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;