X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..e57ee9bb0cd5d0e49a60b36b2ca31af01dbde454:/include/wx/mgl/palette.h diff --git a/include/wx/mgl/palette.h b/include/wx/mgl/palette.h index 436f02b208..c8d46785cd 100644 --- a/include/wx/mgl/palette.h +++ b/include/wx/mgl/palette.h @@ -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;