]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
Add a length parameter for wxRegEx::Matches
[wxWidgets.git] / include / wx / os2 / pen.h
index a2b65cb6b9cd51db8e1d862ae7c3976203cacff4..e89c11a158557986e4902b5e2889309437b4a9eb 100644 (file)
@@ -68,7 +68,7 @@ public:
     // Override in order to recreate the pen
     //
     void SetColour(const wxColour& rColour);
-    void SetColour(const unsigned char cRed, const unsigned char cGreen, const unsigned char cBlue);
+    void SetColour(unsigned char cRed, unsigned char cGreen, unsigned char cBlue);
 
     void SetWidth(int nWidth);
     void SetStyle(int nStyle);