]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/colour.h
added wrapper functions allowing to postpone loading of GDI+ DLL until it's really...
[wxWidgets.git] / include / wx / mac / classic / colour.h
index 87a768d9366c300a498af7011ac3d4153b8f384e..f010271fc64108505b1d3257cfcfbb533d922958 100644 (file)
@@ -32,10 +32,11 @@ public:
     wxColour& operator = ( const wxColour& col );
 
     // dtor
-    ~wxColour();
+    virtual ~wxColour();
 
     // accessors
-    bool Ok() const {return m_isInit; }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const {return m_isInit; }
 
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }