add more wxUSE_MENUS guards
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,11 +74,13 @@ public:
|
||||
// MDI helpers
|
||||
// -----------
|
||||
|
||||
#if wxUSE_MENUS
|
||||
// called by wxMDIChildFrame after it was successfully created
|
||||
virtual void AddMDIChild(wxMDIChildFrame *child);
|
||||
|
||||
// called by wxMDIChildFrame just before it is destroyed
|
||||
virtual void RemoveMDIChild(wxMDIChildFrame *child);
|
||||
#endif // wxUSE_MENUS
|
||||
|
||||
// handlers
|
||||
// --------
|
||||
|
Reference in New Issue
Block a user