]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/paletteg.cpp
argh, another IsDialogMessage() fix: we still need to check all non top level parents
[wxWidgets.git] / src / generic / paletteg.cpp
index ce66f891400ec06a672f09d6e525a14df39af9e6..336afdc2bae79fcbd0aa5feee72cf8b5fd99a607 100644 (file)
@@ -72,6 +72,7 @@ wxPalette::wxPalette(int n, const unsigned char *red, const unsigned char *green
 }
 
 wxPalette::wxPalette(const wxPalette& palette)
+    : wxGDIObject()
 {
     Ref(palette);
 }