]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/pen.cpp
Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.
[wxWidgets.git] / src / mgl / pen.cpp
index ce9e56c74120d9491daf007d44f825cbce7aad02..5e125c2d03c201efeb3afaaf168c41b951f6e118 100644 (file)
@@ -138,7 +138,7 @@ void wxPen::SetDashes(int number_of_dashes, const wxDash *dash)
     M_PENDATA->m_dash = (wxDash *)dash; /* TODO */
 }
 
-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();
     M_PENDATA->m_colour.Set(red, green, blue);