adapting to new event version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2013-07-28 14:52:47 +00:00
parent 17243986ec
commit f7105c8fe2
3 changed files with 8 additions and 15 deletions

View File

@@ -150,6 +150,12 @@ public:
virtual bool OSXOnShouldTerminate();
// before application terminates
virtual void OSXOnWillTerminate();
private:
bool m_onInitResult;
public:
#endif
// Hide the application windows the same as the system hide command would do it.