X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..19c4d91638c2546630c4427e39c02f5380a8bb87:/include/wx/mgl/palette.h diff --git a/include/wx/mgl/palette.h b/include/wx/mgl/palette.h index 459403fc40..72fb6178ca 100644 --- a/include/wx/mgl/palette.h +++ b/include/wx/mgl/palette.h @@ -27,16 +27,12 @@ struct palette_t; // wxPalette //----------------------------------------------------------------------------- -class WXDLLEXPORT wxPalette: public wxPaletteBase +class WXDLLEXPORT wxPalette : public wxPaletteBase { - DECLARE_DYNAMIC_CLASS(wxPalette) - public: wxPalette(); wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue); 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; @@ -46,6 +42,8 @@ public: virtual int GetColoursCount() const; palette_t *GetMGLpalette_t() const; + + DECLARE_DYNAMIC_CLASS(wxPalette) }; #endif // __WX_PALETTE_H__