]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/brush.cpp
Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX...
[wxWidgets.git] / src / os2 / brush.cpp
index dc81e06918c6cb9f48859a945c2e0835aef2d8da..eeb6af0c86737a682d330def4e6a37fe70dad3f3 100644 (file)
@@ -273,7 +273,7 @@ void wxBrush::SetColour( const wxColour& rColour )
     RealizeResource();
 }
 
     RealizeResource();
 }
 
-void wxBrush::SetColour(const unsigned char cRed, const unsigned char cGreen, const unsigned char cBlue)
+void wxBrush::SetColour(unsigned char cRed, unsigned char cGreen, unsigned char cBlue)
 {
     Unshare();
     M_BRUSHDATA->m_vColour.Set( cRed, cGreen, cBlue );
 {
     Unshare();
     M_BRUSHDATA->m_vColour.Set( cRed, cGreen, cBlue );