]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
Move wxMulDivInt32 to common math.
[wxWidgets.git] / include / wx / x11 / pen.h
index 40f0ccf341429f6ae74bb358066474314530a828..d5c042a14d00ae4e5f05a97950eda7287c57479f 100644 (file)
@@ -47,7 +47,7 @@ public:
     bool operator != (const wxPen& pen) const { return !(*this == pen); }
 
     void SetColour( const wxColour &colour );
-    void SetColour( const unsigned char red, const unsigned char green, const unsigned char blue );
+    void SetColour( unsigned char red, unsigned char green, unsigned char blue );
     void SetCap( int capStyle );
     void SetJoin( int joinStyle );
     void SetStyle( int style );