]> 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 c5006cf4fb73ba6963b8ffaf59419ddbde85bd35..5912a753b3c95b9737b0c45057214bc74e0fe8f9 100644 (file)
@@ -43,7 +43,7 @@ public:
 
     virtual ~wxColour();
 
-    virtual bool FromString(const wxChar *str);
+    virtual bool FromString(const wxString& str);
 
     bool Ok() const { return IsOk(); }
     bool IsOk() const { return m_refData != NULL; }