]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/palette.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / palette.h
index 1ebae98ffb593c520721eb47e3f89d4236a8af18..2bcf2b0ccc8175edd453f8a79f875e5391c82ba8 100644 (file)
@@ -70,7 +70,7 @@ public:
 
         @see @ref overview_refcount_destruct "reference-counted object destruction"
     */
-    ~wxPalette();
+    virtual ~wxPalette();
 
     /**
         Creates a palette from arrays of size @a n, one for each red, blue or
@@ -96,7 +96,7 @@ public:
     /**
         Returns number of entries in palette.
     */
-    int GetColoursCount() const;
+    virtual int GetColoursCount() const;
 
     /**
         Returns a pixel value (index into the palette) for the given RGB values.