]> 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 436f02b208077170c2b5985a0a7c39b43cebb4fc..c8d46785cd6f23acaaf948a86f552eff44e58f24 100644 (file)
@@ -34,10 +34,9 @@ class WXDLLEXPORT wxPalette: public wxPaletteBase
 public:
     wxPalette();
     wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
-    ~wxPalette();
-    bool operator == (const wxPalette& palette) const;
-    bool operator != (const wxPalette& palette) const;
-    virtual bool Ok() const;
+    virtual ~wxPalette();
+    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;