X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..2f27c88987b5bea88ea2520e342ef2a0767021bc:/include/wx/mgl/pen.h diff --git a/include/wx/mgl/pen.h b/include/wx/mgl/pen.h index a4f59afc5b..1bedb8ace5 100644 --- a/include/wx/mgl/pen.h +++ b/include/wx/mgl/pen.h @@ -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);