X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..40413a5b7072c33464d55fe7d457e7f5791633a3:/include/wx/gtk/pen.h?ds=sidebyside diff --git a/include/wx/gtk/pen.h b/include/wx/gtk/pen.h index e3529c6699..a0eaa2a59b 100644 --- a/include/wx/gtk/pen.h +++ b/include/wx/gtk/pen.h @@ -50,7 +50,7 @@ class wxPen: public wxGDIObject void SetColour( const wxColour &colour ); void SetColour( const wxString &colourName ); - void SetColour( const int red, const int green, const int blue ); + void SetColour( int red, int green, int blue ); void SetCap( int capStyle ); void SetJoin( int joinStyle ); void SetStyle( int style );