]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/pen.h
1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
[wxWidgets.git] / include / wx / mac / carbon / pen.h
index b1032c2fb78248fe86bee5d8077e2a683648a976..1a3ea6b8fd61c204d71bbb3356afdf32767ad15b 100644 (file)
@@ -65,7 +65,7 @@ public:
 
   // Override in order to recreate the pen
   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)  ;