]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/pnghand.h
Update to Scintilla 1.48
[wxWidgets.git] / include / wx / mac / pnghand.h
index 5b43b70d5d051790e837f22d88f98a6ba7774eab..426b0c448302be3b1969913743637172c403ded1 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "pnghand.h"
 #endif
 
@@ -29,7 +29,7 @@ public:
 
   virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, long flags,
       int desiredWidth, int desiredHeight);
-  virtual bool SaveFile(wxBitmap *bitmap, const wxString& name, int type, const wxPalette *palette = NULL);
+  virtual bool SaveFile(const wxBitmap *bitmap, const wxString& name, int type, const wxPalette *palette = NULL);
 };
 
 #endif