X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..bcd846ea7191d33d86e28ee1927b461c54d2fb8f:/src/mgl/pen.cpp diff --git a/src/mgl/pen.cpp b/src/mgl/pen.cpp index ce9e56c741..5e125c2d03 100644 --- a/src/mgl/pen.cpp +++ b/src/mgl/pen.cpp @@ -138,7 +138,7 @@ void wxPen::SetDashes(int number_of_dashes, const wxDash *dash) M_PENDATA->m_dash = (wxDash *)dash; /* TODO */ } -void wxPen::SetColour(const unsigned char red, const unsigned char green, const unsigned char blue) +void wxPen::SetColour(unsigned char red, unsigned char green, unsigned char blue) { AllocExclusive(); M_PENDATA->m_colour.Set(red, green, blue);