]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/pen.mm
delete the old log target if one had been created somehow even before DoCommonPreInit...
[wxWidgets.git] / src / cocoa / pen.mm
index b82e879cad28019684cfebc352d857b8ce593bf3..fcad9b39f2331145bea8723628eb23339f2ea6a7 100644 (file)
@@ -303,7 +303,7 @@ void wxPen::SetColour(const wxColour& col)
     M_PENDATA->SetColour(col);
 }
 
-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)
 {
     AllocExclusive();
     M_PENDATA->SetColour(wxColour(r, g, b));