]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/pen.cpp
Fix nonsensical checked menu item label and behaviour
[wxWidgets.git] / src / gtk1 / pen.cpp
index cecc379b8538d3a57846d7cfac1e76c7979dc51c..b88a212c19ec02b2c998e90755a02625a80504e1 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/gtk/pen.cpp
+// Name:        src/gtk1/pen.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -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();