X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..86b29a6122ae09d47995bc8f8919cb96a6ca18c7:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index e3529c6699..a0eaa2a59b 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/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 );