]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colour.h
added wxAnimationCtrl (patch 1570325)
[wxWidgets.git] / include / wx / gtk / colour.h
index 25f0d58caf960d1689b1cfaf164ec4f3d156c7e2..01b49c45aafcbb58361c0d1f97d52ccdd54e3930 100644 (file)
@@ -27,7 +27,8 @@ public:
 
     virtual ~wxColour();
 
-    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); }