X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..cdf003d46547475ab3fe3d770467458b124c6868:/src/x11/pen.cpp?ds=sidebyside diff --git a/src/x11/pen.cpp b/src/x11/pen.cpp index a843cdce9f..f6dccc9a9e 100644 --- a/src/x11/pen.cpp +++ b/src/x11/pen.cpp @@ -122,7 +122,7 @@ void wxPen::SetDashes( int number_of_dashes, const wxDash *dash ) M_PENDATA->m_dash = (wxX11Dash *)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();