]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/pngread.h
Fix MinGW compilation.
[wxWidgets.git] / include / wx / mac / pngread.h
index 83ef95baf576c5a1d2ecf3b3ad3a1b006ca124fe..2a9307ba9ba433a53d38abd7450cc608b9407977 100644 (file)
@@ -50,9 +50,9 @@ protected:
 
   long EfeWidth;               // Efective Width
 
-  GWorldPtr lpbi;
+  void *lpbi;
   int bgindex;
-  wxPalette* Palette;
+  wxPalette* m_palette;
   bool imageOK;
 friend class wxPNGReaderIter;
 public:
@@ -80,7 +80,7 @@ public:
   bool SetPalette(wxPalette* colourmap);
   bool SetPalette(int n, rgb_color_struct *rgb_struct);
   bool SetPalette(int n, byte *r, byte *g=0, byte *b=0);
-  wxPalette* GetPalette() const { return Palette; }
+  wxPalette* GetPalette() const { return m_palette; }
 
   void NullData();
   inline int GetBGIndex(void) { return bgindex; }