]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/pen.h
Fix a couple of export declarations
[wxWidgets.git] / include / wx / mgl / pen.h
index a4f59afc5b02df1429261497b6e88d7c516a79cb..1bedb8ace5317548b004eeb8c22cbc6601612837 100644 (file)
@@ -40,7 +40,7 @@ public:
     bool operator != (const wxPen& pen) const;
 
     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);