From: Vadim Zeitlin Date: Thu, 14 Feb 2002 13:47:33 +0000 (+0000) Subject: #if wxUSE_PALETTE, not #ifdef X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/071e5fd9e8c84aaadd4e710d96e392b2c6badc8e?ds=sidebyside #if wxUSE_PALETTE, not #ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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