]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
Added wxDataViewTreeCtrl
[wxWidgets.git] / include / wx / msw / colour.h
index 0faf3d086e2792ae672266e030005f4ce1c8de4d..64adfe9c3fbe07c81553f6253188e7ef2d5ed899 100644 (file)
@@ -36,7 +36,6 @@ public:
     // accessors
     // ---------
 
-    bool Ok() const { return IsOk(); }
     bool IsOk() const { return m_isInit; }
 
     unsigned char Red() const { return m_red; }
@@ -56,7 +55,7 @@ public:
 
     bool operator != (const wxColour& colour) const { return !(*this == colour); }
 
-    WXCOLORREF GetPixel() const { return m_pixel; };
+    WXCOLORREF GetPixel() const { return m_pixel; }
 
 
 public: