]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/pen.cpp
added ODBC support
[wxWidgets.git] / src / gtk1 / pen.cpp
index 663f7ad3dba2d16375b7ae13be95cf89718a2bd1..7ed7be02a79222aa1c31a183a55fcae44a877beb 100644 (file)
@@ -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();