projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86fd8bd
)
#if wxUSE_PALETTE, not #ifdef
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 14 Feb 2002 13:47:33 +0000
(13:47 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 14 Feb 2002 13:47:33 +0000
(13:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14202
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/window.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/window.h
b/include/wx/window.h
index af98d65c858a4d8387fab1404ddcaa18678392e9..c7cbaa4611cfdf6637f27964550d51a44a77b111 100644
(file)
--- a/
include/wx/window.h
+++ b/
include/wx/window.h
@@
-865,7
+865,7
@@
protected:
wxString m_windowName;
bool m_themeEnabled;
-#if
def
wxUSE_PALETTE
+#if wxUSE_PALETTE
wxPalette m_palette;
bool m_hasCustomPalette;
#endif // wxUSE_PALETTE