X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..c59f6793fb6c116e6b9abdaca4de0c4a08a0e5b0:/include/wx/x11/brush.h diff --git a/include/wx/x11/brush.h b/include/wx/x11/brush.h index 95629e88cb..6f4f1536f8 100644 --- a/include/wx/x11/brush.h +++ b/include/wx/x11/brush.h @@ -48,7 +48,7 @@ public: wxBitmap *GetStipple() const; void SetColour( const wxColour& col ); - void SetColour( const unsigned char r, const unsigned char g, const unsigned char b ); + void SetColour( unsigned char r, unsigned char g, unsigned char b ); void SetStyle( int style ); void SetStipple( const wxBitmap& stipple );