]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/brush.h
wxMac linking fix
[wxWidgets.git] / include / wx / x11 / brush.h
index 95629e88cbd0418485824ef805d2eed90af93ea8..6f4f1536f83fc773120d3ed2b4e4d9e7b97415fa 100644 (file)
@@ -48,7 +48,7 @@ public:
     wxBitmap *GetStipple() const;
 
     void SetColour( const wxColour& col );
-    void SetColour( const unsigned char r, const unsigned char g, const unsigned char b );
+    void SetColour( unsigned char r, unsigned char g, unsigned char b );
     void SetStyle( int style );
     void SetStipple( const wxBitmap& stipple );