]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
add a header placeholder
[wxWidgets.git] / include / wx / msw / colour.h
index c2e259ef45a871d1b5baa658c86239ef0c9a81f3..0faf3d086e2792ae672266e030005f4ce1c8de4d 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; }