X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..642446e3bfa9364d8d2971f2f53a2d5588608c19:/src/x11/brush.cpp diff --git a/src/x11/brush.cpp b/src/x11/brush.cpp index a239850cca..736dcc6cfd 100644 --- a/src/x11/brush.cpp +++ b/src/x11/brush.cpp @@ -138,7 +138,7 @@ void wxBrush::SetColour( const wxColour& col ) M_BRUSHDATA->m_colour = col; } -void wxBrush::SetColour( const unsigned char r, const unsigned char g, const unsigned char b ) +void wxBrush::SetColour( unsigned char r, unsigned char g, unsigned char b ) { AllocExclusive();