X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46562151eb21235344768ea4b53c204d0c03fcee..2f36e8dce5df017e609309190bc94fd45bad5293:/src/mgl/brush.cpp?ds=sidebyside diff --git a/src/mgl/brush.cpp b/src/mgl/brush.cpp index 26ea8e74f6..8120943325 100644 --- a/src/mgl/brush.cpp +++ b/src/mgl/brush.cpp @@ -223,7 +223,7 @@ void wxBrush::SetColour(const wxColour& col) M_BRUSHDATA->m_colour = col; } -void wxBrush::SetColour(const unsigned char r, const unsigned char g, const unsigned char b) +void wxBrush::SetColour(unsigned char r, unsigned char g, unsigned char b) { AllocExclusive(); M_BRUSHDATA->m_colour.Set(r, g, b);