X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..0df4335d4dbd5ea8b1cdf7fdd44ae9b0251c750b:/include/wx/mgl/brush.h diff --git a/include/wx/mgl/brush.h b/include/wx/mgl/brush.h index c419a9f5ae..cdb9dc8fb2 100644 --- a/include/wx/mgl/brush.h +++ b/include/wx/mgl/brush.h @@ -45,7 +45,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);