]> 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 feb49285500ffe697e131d1afaf4408e58bff6b8..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 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; }