]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/paletteg.cpp
Use wxLogTrace instead of wxLogDebug
[wxWidgets.git] / src / generic / paletteg.cpp
index ce66f891400ec06a672f09d6e525a14df39af9e6..578f3f4e236ce22a5d177bdcf5c7477b7b092d9e 100644 (file)
@@ -4,8 +4,8 @@
 // Author:      Robert Roebling
 // Created:     01/02/97
 // Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
-// Licence:       wxWindows licence
+// Copyright:   (c) 1998 Robert Roebling and Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -72,6 +72,7 @@ wxPalette::wxPalette(int n, const unsigned char *red, const unsigned char *green
 }
 
 wxPalette::wxPalette(const wxPalette& palette)
+    : wxGDIObject()
 {
     Ref(palette);
 }