X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c8c7cc23e709bebc7dba5d6e1bbf62b4a556184..1c0f361be288df133c766e04cc857b3e4682b31a:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index ccc781568e..b2e7a337b9 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -121,7 +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; } + 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