X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dde19c2180ef8d6415af7bb2492bfcb0a2d5c7e4..81f0d3caef5e44bba29212a0d1b4d36dcdc7e640:/include/wx/osx/app.h diff --git a/include/wx/osx/app.h b/include/wx/osx/app.h index 02710e57b1..d075cb8431 100644 --- a/include/wx/osx/app.h +++ b/include/wx/osx/app.h @@ -50,6 +50,10 @@ class WXDLLIMPEXP_CORE wxApp: public wxAppBase virtual bool OnInitGui(); #endif // wxUSE_GUI +#ifdef __WXOSX_IPHONE__ + virtual int OnRun(); +#endif + virtual bool ProcessIdle(); // implementation only