]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/colour.h
changing graphics pen, brushes and fonts to be refcounted objects, having no subclasses
[wxWidgets.git] / include / wx / gtk1 / colour.h
index cf91604445bc8aff4e90a8b91f382b52c6dd9364..c5006cf4fb73ba6963b8ffaf59419ddbde85bd35 100644 (file)
@@ -45,7 +45,8 @@ public:
 
     virtual bool FromString(const wxChar *str);
 
 
     virtual bool FromString(const wxChar *str);
 
-    bool Ok() const { return m_refData != NULL; }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const { return m_refData != NULL; }
 
     bool operator == ( const wxColour& col ) const;
     bool operator != ( const wxColour& col ) const { return !(*this == col); }
 
     bool operator == ( const wxColour& col ) const;
     bool operator != ( const wxColour& col ) const { return !(*this == col); }