]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colour.h
another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)
[wxWidgets.git] / include / wx / gtk / colour.h
index 88ac82e6882359572f53bdee086d50ac3ca55e54..863cb4663c644aa58d051dbbf1c8fdaa4f3e7ef6 100644 (file)
@@ -27,7 +27,6 @@ public:
 
     virtual ~wxColour();
 
-    bool Ok() const { return IsOk(); }
     bool IsOk() const { return m_refData != NULL; }
 
     bool operator == ( const wxColour& col ) const;