From 071e5fd9e8c84aaadd4e710d96e392b2c6badc8e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 14 Feb 2002 13:47:33 +0000 Subject: [PATCH] #if wxUSE_PALETTE, not #ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/window.h b/include/wx/window.h index af98d65c85..c7cbaa4611 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -865,7 +865,7 @@ protected: wxString m_windowName; bool m_themeEnabled; -#ifdef wxUSE_PALETTE +#if wxUSE_PALETTE wxPalette m_palette; bool m_hasCustomPalette; #endif // wxUSE_PALETTE -- 2.45.2