]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/palette.h
removed wx/wave.h which was deprecated since 2.4
[wxWidgets.git] / include / wx / mgl / palette.h
index 9d7574dd7cc1c67bbc3475bb8f48ad8e14384c0b..c8d46785cd6f23acaaf948a86f552eff44e58f24 100644 (file)
@@ -35,9 +35,8 @@ public:
     wxPalette();
     wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
     virtual ~wxPalette();
-    bool operator == (const wxPalette& palette) const;
-    bool operator != (const wxPalette& palette) const;
-    virtual bool Ok() const;
+    virtual bool Ok() const { return IsOk(); }
+    virtual bool IsOk() const;
 
     bool Create(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
     int GetPixel(unsigned char red, unsigned char green, unsigned char blue) const;