X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b80b7705f134b190c96e1df947750241417d948..80752b57a9bbdfa7613a917d9ece00fc47677080:/include/wx/gtk1/colour.h?ds=sidebyside diff --git a/include/wx/gtk1/colour.h b/include/wx/gtk1/colour.h index c09dfe5ef1..cf91604445 100644 --- a/include/wx/gtk1/colour.h +++ b/include/wx/gtk1/colour.h @@ -41,7 +41,7 @@ public: wxColour() { } DEFINE_STD_WXCOLOUR_CONSTRUCTORS - ~wxColour(); + virtual ~wxColour(); virtual bool FromString(const wxChar *str); @@ -65,7 +65,8 @@ protected: virtual wxObjectRefData *CreateRefData() const; virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; - virtual void InitWith( unsigned char red, unsigned char green, unsigned char blue ); + virtual void + InitRGBA(unsigned char r, unsigned char g, unsigned char b, unsigned char a); private: DECLARE_DYNAMIC_CLASS(wxColour)