X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd72e7678d1f4fd36c4753373b2b22b59491f5a7..398e314854788981104ad57751e914bcf9681930:/interface/wx/palette.h

diff --git a/interface/wx/palette.h b/interface/wx/palette.h
index fd7406c8d6..0a4f35678b 100644
--- a/interface/wx/palette.h
+++ b/interface/wx/palette.h
@@ -132,14 +132,13 @@ 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.
     */
-    bool IsOk() const;
+    virtual bool IsOk() const;
 
     /**
         Assignment operator, using @ref overview_refcount.