#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:
@@ -865,7 +865,7 @@ protected:
|
|||||||
wxString m_windowName;
|
wxString m_windowName;
|
||||||
bool m_themeEnabled;
|
bool m_themeEnabled;
|
||||||
|
|
||||||
#ifdef wxUSE_PALETTE
|
#if wxUSE_PALETTE
|
||||||
wxPalette m_palette;
|
wxPalette m_palette;
|
||||||
bool m_hasCustomPalette;
|
bool m_hasCustomPalette;
|
||||||
#endif // wxUSE_PALETTE
|
#endif // wxUSE_PALETTE
|
||||||
|
Reference in New Issue
Block a user