From: Robin Dunn Date: Wed, 8 Dec 2004 20:36:13 +0000 (+0000) Subject: fix compilation error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/28dfea7754424218398d2a7bd4e6bbbd253d7933 fix compilation error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/paletteg.cpp b/src/generic/paletteg.cpp index 9501928de3..e78a980741 100644 --- a/src/generic/paletteg.cpp +++ b/src/generic/paletteg.cpp @@ -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); }