]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/pngread.h
Added project files for wxUniv under MSW
[wxWidgets.git] / include / wx / mac / pngread.h
index 83ef95baf576c5a1d2ecf3b3ad3a1b006ca124fe..2a5b4b40cde8675c9e949b25673676299dd604dc 100644 (file)
@@ -52,7 +52,7 @@ protected:
 
   GWorldPtr 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; }