]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/pnghand.cpp
New module definition file for the ever chaning treectrl class interface.
[wxWidgets.git] / src / mac / pnghand.cpp
index 113365c8786c488f27d1ef9dc520b45d7dc58a8d..358515d2838c5e47c0a3a12990142c030cd9d8f5 100644 (file)
@@ -31,7 +31,7 @@
 #   include <fstream>
 #endif
 
-#ifndef __WXMAC_X__
+#ifndef __DARWIN__
 #  include <windows.h>
 #endif
 #include "wx/msgdlg.h"
@@ -887,7 +887,7 @@ bool wxPNGFileHandler::LoadFile(wxBitmap *bitmap, const wxString& name, long fla
         return FALSE;
 }
 
-bool wxPNGFileHandler::SaveFile(wxBitmap *bitmap, const wxString& name, int type, const wxPalette *pal)
+bool wxPNGFileHandler::SaveFile(const wxBitmap *bitmap, const wxString& name, int type, const wxPalette *pal)
 {
     return FALSE;
 }