]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/colour.h
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / include / wx / motif / colour.h
index 522d7345c0807f472e87bf8b5ff44e5b940eaba0..3f628a90d69a011e5f3d1a53cfc7f53c58ec3411 100644 (file)
@@ -36,7 +36,8 @@ public:
 
 
     // accessors
-    bool Ok() const {return m_isInit; }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const {return m_isInit; }
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }
     unsigned char Blue() const { return m_blue; }