]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/colour.h
use AllocExclusive
[wxWidgets.git] / include / wx / mac / carbon / colour.h
index 05fa12dc8fd9b539991f79ea9fad49a8dfa77abf..9acf4d42b9d6e291abb105ff47db0bf614a8d093 100644 (file)
@@ -31,7 +31,7 @@ public:
 
     // accessors
     bool Ok() const { return IsOk(); }
-    bool IsOk() const {return m_isInit; }
+    bool IsOk() const;
 
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }
@@ -68,7 +68,7 @@ private:
 
 public:
     WXCOLORREF m_pixel ;
-    void FromRGBColor( const WXCOLORREF* color ) ;
+    void FromRGBColor( WXCOLORREF* color ) ;
 
 
 private: