projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes to wxTLW::Maximize in wxMGL
[wxWidgets.git]
/
src
/
msw
/
data.cpp
diff --git
a/src/msw/data.cpp
b/src/msw/data.cpp
index 7e863a33d30bd2473e9892f661567e5287ed6b9f..9657bb89ede6916cc078413ed1e9e3bb866f60c4 100644
(file)
--- a/
src/msw/data.cpp
+++ b/
src/msw/data.cpp
@@
-96,7
+96,9
@@
wxIcon wxNullIcon;
wxCursor wxNullCursor;
wxPen wxNullPen;
wxBrush wxNullBrush;
+#if wxUSE_PALETTE
wxPalette wxNullPalette;
+#endif // wxUSE_PALETTE
wxFont wxNullFont;
wxColour wxNullColour;