]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/colour.h
removed wxSTRING_TEXT() macro in favour of wxS()
[wxWidgets.git] / include / wx / generic / colour.h
index 1f4f4ed5c1a9790410d80b60c04cb647996fbbae..24fefe2f6be054f26b8467e01c9afa0bdf6d9d07 100644 (file)
@@ -20,9 +20,6 @@ class WXDLLEXPORT wxColour: public wxColourBase
 public:
     // constructors
     // ------------
-
-    // default
-    wxColour();
     DEFINE_STD_WXCOLOUR_CONSTRUCTORS
 
     // copy ctors and assignment operators
@@ -33,7 +30,7 @@ public:
     virtual ~wxColour();
 
     // accessors
-    bool Ok() 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; }