X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0004982c831f56c65c390fb617711ff52595c2f3..ff3fd98a080f92ed9123d938d0eb26997cae5bea:/interface/wx/palette.h diff --git a/interface/wx/palette.h b/interface/wx/palette.h index 1884f01f16..0a4f35678b 100644 --- a/interface/wx/palette.h +++ b/interface/wx/palette.h @@ -132,9 +132,8 @@ public: @see GetPixel() */ - bool GetRGB(int pixel, const unsigned char* red, - const unsigned char* green, - const unsigned char* blue) const; + bool GetRGB(int pixel, unsigned char* red, unsigned char* green, + unsigned char* blue) const; /** Returns @true if palette data is present.