]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/brush.h
add SetCharIncludes and SetCharExcludes utilities to wxTextValidator; use iterators...
[wxWidgets.git] / interface / wx / brush.h
index 512b7f00ebaf07eb2c3c6ff0f0dbe397f7259947..b0384651fbadd3448be6f10e1efeb75917903a29 100644 (file)
@@ -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);
     //@}