]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
[wxWidgets.git] / include / wx / image.h
index adfce58b9cd34e00783b82aff89c5c913b3b1af6..4c145b247d858825f45956b1b24e0534a8cda906 100644 (file)
@@ -185,10 +185,12 @@ public:
     void SetMask( bool mask = TRUE );
     bool HasMask() const;
 
+#if wxUSE_PALETTE
     // Palette functions
     bool HasPalette() const;
     const wxPalette& GetPalette() const;
     void SetPalette(const wxPalette& palette);
+#endif // wxUSE_PALETTE
 
     // Option functions (arbitrary name/value mapping)
     void SetOption(const wxString& name, const wxString& value);