projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
55e0d33
)
fix compilation error
author
Robin Dunn
<robin@alldunn.com>
Wed, 8 Dec 2004 20:36:13 +0000
(20:36 +0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/src/generic/paletteg.cpp
b/src/generic/paletteg.cpp
index 9501928de31321acb22b4d38c68e26c3ba08f409..e78a9807417fedc72895f7f1a94b02bc21b9f674 100644
(file)
--- 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)
}
wxPalette::wxPalette(const wxPalette& palette)
- : wx
GDIObject
()
+ : wx
PaletteBase
()
{
Ref(palette);
}
{
Ref(palette);
}