]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/pen.h
wxPalette unified. Source cleaning.
[wxWidgets.git] / include / wx / mac / classic / pen.h
index cac09f13106d59a261fdcc4ba1722cea06155815..fba7b41cc578ddc6e5d029dcb0fe5e8746823097 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)  ;