X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..5de76427c87d8289f5c343cef16e9375056fc49f:/src/gtk/pen.cpp diff --git a/src/gtk/pen.cpp b/src/gtk/pen.cpp index 663f7ad3db..7ed7be02a7 100644 --- a/src/gtk/pen.cpp +++ b/src/gtk/pen.cpp @@ -120,7 +120,7 @@ void wxPen::SetColour( const wxString &colourName ) M_PENDATA->m_colour = colourName; }; -void wxPen::SetColour( const int red, const int green, const int blue ) +void wxPen::SetColour( int red, int green, int blue ) { if (!m_refData) m_refData = new wxPenRefData();