]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/pen.cpp
cleanup - reformatting
[wxWidgets.git] / src / mac / carbon / pen.cpp
index be3a7a405aa1f1ffd997557770c593432584e8d7..2fb238858ad1a9e74d835a2640dbc2c24b9ecb86 100644 (file)
@@ -107,7 +107,7 @@ void wxPen::SetColour(const wxColour& col)
     RealizeResource();
 }
 
-void wxPen::SetColour(const unsigned char r, const unsigned char g, const unsigned char b)
+void wxPen::SetColour(unsigned char r, unsigned char g, unsigned char b)
 {
     Unshare();