X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01bc475b9163c484be56d92b08dbb9d86a5d5cc2..13de0c8c9b6b3d2e8ce5a21388f5f104b2f68338:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index a0c4a71fb1..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; -#if defined(__DMC__) || (defined(_MSC_VER) && _MSC_VER < 1200) - 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