]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pen.h
Small typo fix
[wxWidgets.git] / include / wx / msw / pen.h
index b5439e8bdf7ed8d96b97e7294bd9355ad58461d5..56560d38342db71609cf8d2d5b98801523169ac8 100644 (file)
@@ -102,7 +102,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);