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