]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/colour.h
fixed wxSpinCtrl's client size computation in wxMSW to return something sensible
[wxWidgets.git] / include / wx / generic / colour.h
index 1f4f4ed5c1a9790410d80b60c04cb647996fbbae..feb49285500ffe697e131d1afaf4408e58bff6b8 100644 (file)
@@ -33,7 +33,7 @@ public:
     virtual ~wxColour();
 
     // accessors
-    bool Ok() const { return m_isInit; }
+    bool IsOk() const { return m_isInit; }
 
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }