X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..60104cbafa4502c7592801ccb8507f779c5601cf:/include/wx/x11/pen.h?ds=sidebyside diff --git a/include/wx/x11/pen.h b/include/wx/x11/pen.h index 40f0ccf341..d5c042a14d 100644 --- a/include/wx/x11/pen.h +++ b/include/wx/x11/pen.h @@ -47,7 +47,7 @@ public: bool operator != (const wxPen& pen) const { return !(*this == pen); } void SetColour( const wxColour &colour ); - void SetColour( const unsigned char red, const unsigned char green, const unsigned char blue ); + void SetColour( unsigned char red, unsigned char green, unsigned char blue ); void SetCap( int capStyle ); void SetJoin( int joinStyle ); void SetStyle( int style );