]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/pen.cpp
no changes but more comments in DoSetClientSize() (explains the change of rev 1.624...
[wxWidgets.git] / src / os2 / pen.cpp
index cd6504be813177da6beb704c5db650a869dbce7b..91efcb3ab3ad2d1e1bf6d1152d6b11188afbdc68 100644 (file)
@@ -353,7 +353,7 @@ void wxPen::SetColour( const wxColour& rColour )
     RealizeResource();
 } // end of wxPen::SetColour
 
-void wxPen::SetColour( const unsigned char cRed, const unsigned char cGreen, const unsigned char cBlue)
+void wxPen::SetColour( unsigned char cRed, unsigned char cGreen, unsigned char cBlue)
 {
     Unshare();
     M_PENDATA->m_vColour.Set(cRed, cGreen, cBlue);