]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/pen.cpp
Resets scroll position on load
[wxWidgets.git] / src / gtk / pen.cpp
index cecc379b8538d3a57846d7cfac1e76c7979dc51c..26e47769b10191540e55c1b123980c74154a6d54 100644 (file)
@@ -132,7 +132,7 @@ void wxPen::SetDashes( int number_of_dashes, const wxDash *dash )
     M_PENDATA->m_dash = (wxGTKDash *)dash;
 }
 
-void wxPen::SetColour( const unsigned char red, const unsigned char green, const unsigned char blue )
+void wxPen::SetColour( unsigned char red, unsigned char green, unsigned char blue )
 {
     AllocExclusive();