X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db60d56c591aabadb073ec18d146427a9933d6ee..1c0f361be288df133c766e04cc857b3e4682b31a:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 20439c1e52..b2e7a337b9 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -121,12 +121,7 @@ public: // event loop: it may return true to continue running the event loop or // false to stop it (in the latter case it may rethrow the exception as // well) - virtual bool OnExceptionInMainLoop() { - throw; -#ifdef __DMC__ - return false; -#endif - } + virtual bool OnExceptionInMainLoop(); // Called when an unhandled C++ exception occurs inside OnRun(): note that // the exception type is lost by now, so if you really want to handle the