]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/colour.h
Don't include <CoreFoundation/CFBase.h> because it in turn includes MacTypes.h which...
[wxWidgets.git] / include / wx / gtk1 / colour.h
index cf91604445bc8aff4e90a8b91f382b52c6dd9364..5912a753b3c95b9737b0c45057214bc74e0fe8f9 100644 (file)
@@ -43,9 +43,10 @@ public:
 
     virtual ~wxColour();
 
-    virtual bool FromString(const wxChar *str);
+    virtual bool FromString(const wxString& 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); }