]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/pen.h
Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / include / wx / cocoa / pen.h
index 2b71f91e0c454e5e63360c1a4c383f2b9496ff98..642b0cca7d4dccf9f19db1d353746f1146242efd 100644 (file)
@@ -47,7 +47,7 @@ public:
     virtual bool Ok() const { return (m_refData != NULL) ; }
 
     void SetColour(const wxColour& col) ;
-    void SetColour(const unsigned char r, const unsigned char g, const unsigned char b)  ;
+    void SetColour(unsigned char r, unsigned char g, unsigned char b)  ;
 
     void SetWidth(int width);
     void SetStyle(int style);