]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/paletteg.cpp
include wx/setup.h and check to make sure it's not the configure created
[wxWidgets.git] / src / generic / paletteg.cpp
index 9501928de31321acb22b4d38c68e26c3ba08f409..e78a9807417fedc72895f7f1a94b02bc21b9f674 100644 (file)
@@ -72,7 +72,7 @@ wxPalette::wxPalette(int n, const unsigned char *red, const unsigned char *green
 }
 
 wxPalette::wxPalette(const wxPalette& palette)
-    : wxGDIObject()
+    : wxPaletteBase()
 {
     Ref(palette);
 }