X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..fcd209b6a20b41e7ddf9acf837311ac6779ea41f:/interface/wx/brush.h?ds=sidebyside diff --git a/interface/wx/brush.h b/interface/wx/brush.h index 512b7f00eb..b0384651fb 100644 --- a/interface/wx/brush.h +++ b/interface/wx/brush.h @@ -165,7 +165,7 @@ public: constructor has been used (for example, the brush is a member of a class, or @NULL has been assigned to it). */ - bool IsOk() const; + virtual bool IsOk() const; //@{ /** @@ -173,7 +173,7 @@ public: @see GetColour() */ - virtual void SetColour(wxColour& colour); + virtual void SetColour(const wxColour& colour); virtual void SetColour(unsigned char red, unsigned char green, unsigned char blue); //@}