overriding to allocate an outer autorelease pool

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-09-30 18:25:33 +00:00
parent 6bd1764f27
commit ada175836e
2 changed files with 15 additions and 2 deletions

View File

@@ -50,9 +50,7 @@ class WXDLLIMPEXP_CORE wxApp: public wxAppBase
virtual bool OnInitGui();
#endif // wxUSE_GUI
#ifdef __WXOSX_IPHONE__
virtual int OnRun();
#endif
virtual bool ProcessIdle();