X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40989e46b86777dd211faeb3e5d2366cdcc6d8cd..6ab4491a6ddc260e6ff038ccdcf1df22bef9ae89:/include/wx/gtk/colour.h?ds=sidebyside diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h index 87004ed23a..7f0693dca0 100644 --- a/include/wx/gtk/colour.h +++ b/include/wx/gtk/colour.h @@ -43,8 +43,6 @@ public: ~wxColour(); - virtual bool FromString(const wxChar *str); - bool Ok() const { return m_refData != NULL; } bool operator == ( const wxColour& col ) const; @@ -64,6 +62,7 @@ protected: virtual wxObjectRefData *CreateRefData() const; virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; + virtual bool FromString(const wxChar *str); virtual void InitWith( unsigned char red, unsigned char green, unsigned char blue ); private: