]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/pen.h
wxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the
[wxWidgets.git] / include / wx / gtk1 / pen.h
index e3529c6699a81a7ff6bb648c0270b82c99b0f9f4..a0eaa2a59b0f88ef1d9f85601fccc736e32803c1 100644 (file)
@@ -50,7 +50,7 @@ class wxPen: public wxGDIObject
     
     void SetColour( const wxColour &colour );
     void SetColour( const wxString &colourName );
-    void SetColour( const int red, const int green, const int blue );
+    void SetColour( int red, int green, int blue );
     void SetCap( int capStyle );
     void SetJoin( int joinStyle );
     void SetStyle( int style );