]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/palette.h
Add const to GetTargetSize()
[wxWidgets.git] / include / wx / x11 / palette.h
index 2054a9a12849b0be14f2c1894a6e034dbfa3d5d9..f427ec3e23d9fe73341bf727de1abfd76410375d 100644 (file)
@@ -37,7 +37,7 @@ class WXDLLEXPORT wxPaletteRefData: public wxGDIRefData
     friend class WXDLLEXPORT wxPalette;
 public:
     wxPaletteRefData();
-    ~wxPaletteRefData();
+    virtual ~wxPaletteRefData();
 
 protected:
     wxList  m_palettes;
@@ -53,7 +53,7 @@ public:
     wxPalette();
 
     wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
-    ~wxPalette();
+    virtual ~wxPalette();
     bool Create(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
     int GetPixel(unsigned char red, unsigned char green, unsigned char blue) const;
     bool GetRGB(int pixel, unsigned char *red, unsigned char *green, unsigned char *blue) const;