]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/colour.h
adjust the minimal menu item height to be lesser than the menubar height; some code...
[wxWidgets.git] / include / wx / motif / colour.h
index 3f628a90d69a011e5f3d1a53cfc7f53c58ec3411..e7d12c14b28a134648200ed457a66512b3c4b477 100644 (file)
@@ -22,9 +22,6 @@ class WXDLLEXPORT wxColour : public wxColourBase
 public:
     // constructors
     // ------------
-
-    // default
-    wxColour() { Init(); }
     DEFINE_STD_WXCOLOUR_CONSTRUCTORS
 
     // copy ctors and assignment operators
@@ -36,8 +33,7 @@ public:
 
 
     // accessors
-    bool Ok() const { return IsOk(); }
-    bool IsOk() const {return m_isInit; }
+    virtual 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; }