]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/colour.h
removed OnIdle() which didn't compile any longer
[wxWidgets.git] / include / wx / cocoa / colour.h
index d0eb9d14f3dc5d6fcd8b00200a0702631849cb36..9756d6cca401eabc562d47d901446f171a70925e 100644 (file)
@@ -53,6 +53,7 @@ public:
 // ------------------------------------------------------------------------
     // accessors
     bool Ok() const { return m_cocoaNSColor; }
+    inline WX_NSColor GetNSColor() { return m_cocoaNSColor; }
 
     unsigned char Red() const { return m_red; }
     unsigned char Green() const { return m_green; }