X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..48e5284db6d6f1dab46a81a4ae0d0438ea37bd6e:/include/wx/gtk/pen.h diff --git a/include/wx/gtk/pen.h b/include/wx/gtk/pen.h index 17dd2ab6b3..2c6b707d73 100644 --- a/include/wx/gtk/pen.h +++ b/include/wx/gtk/pen.h @@ -51,7 +51,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 );