]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/brush.cpp
Code symetry for both directions of trimming towards fixing bug #1472688.
[wxWidgets.git] / src / gtk1 / brush.cpp
index f2237b0a664a645e033467a54377bce2f6e9a386..d07c3ed0f7dcf08c1c6668e1892cee2e14b2ed9c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/gtk/brush.cpp
+// Name:        src/gtk1/brush.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -137,7 +137,7 @@ void wxBrush::SetColour( const wxColour& col )
     M_BRUSHDATA->m_colour = col;
 }
 
-void wxBrush::SetColour( const unsigned char r, const unsigned char g, const unsigned char b )
+void wxBrush::SetColour( unsigned char r, unsigned char g, unsigned char b )
 {
     AllocExclusive();