Compilation fix for wxUSE_STATUSBAR==0 build

This should have been part of 152b9fc0eb.

Closes #17553.
This commit is contained in:
Vadim Zeitlin
2016-06-07 14:16:08 +02:00
parent 4a3203bbe5
commit 5f01172165

View File

@@ -243,9 +243,9 @@ protected:
wxToolBar *m_frameToolBar;
#endif // wxUSE_TOOLBAR
#if wxUSE_MENUS && wxUSE_STATUSBAR
#if wxUSE_MENUS
wxDECLARE_EVENT_TABLE();
#endif // wxUSE_MENUS && wxUSE_STATUSBAR
#endif // wxUSE_MENUS
wxDECLARE_NO_COPY_CLASS(wxFrameBase);
};