X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..9c8cfcb9c56798ebd29184e40227451a194c0c49:/src/cocoa/pen.mm?ds=sidebyside 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));