]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
blind fix for wxMac
[wxWidgets.git] / include / wx / bitmap.h
index f6fd27635ecb72d4d7201d0fbeeb2ede6d761e90..22debebe20c75b86f18621854651aaef077bf742 100644 (file)
@@ -174,7 +174,7 @@ public:
     virtual wxBitmap GetSubBitmap(const wxRect& rect) const = 0;
 
     virtual bool SaveFile(const wxString &name, wxBitmapType type,
-                          const wxPalette *palette = (wxPalette *)NULL) const = 0;
+                          const wxPalette *palette = NULL) const = 0;
     virtual bool LoadFile(const wxString &name, wxBitmapType type) = 0;
 
     /*