#if wxUSE_PALETTE, not #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
86fd8bda38
commit
071e5fd9e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user