/////////////////////////////////////////////////////////////////////////////
-// Name: src/gtk/pen.cpp
+// Name: src/gtk1/pen.cpp
// Purpose:
// Author: Robert Roebling
// Id: $Id$
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();