]> git.saurik.com Git - wxWidgets.git/commitdiff
fix compilation error
authorRobin Dunn <robin@alldunn.com>
Wed, 8 Dec 2004 20:36:13 +0000 (20:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 8 Dec 2004 20:36:13 +0000 (20:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);
 }