X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..ad4e3f7be6f20d5a164a608b44c51056231ddad9:/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();