X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..bc55e31bdc7fbf6f1006f298ed8310e7972984e9:/src/cocoa/pen.mm diff --git a/src/cocoa/pen.mm b/src/cocoa/pen.mm index b82e879cad..fcad9b39f2 100644 --- a/src/cocoa/pen.mm +++ b/src/cocoa/pen.mm @@ -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));