#if wxUSE_PALETTE, not #ifdef
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Feb 2002 13:47:33 +0000 (13:47 +0000)
committerVadim 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

index af98d65c858a4d8387fab1404ddcaa18678392e9..c7cbaa4611cfdf6637f27964550d51a44a77b111 100644 (file)
@@ -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