]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
allow compilation with wxUSE_CHOICEDLG set to 0
[wxWidgets.git] / include / wx / app.h
index 20439c1e52ec6a26d246d44dfe0a9fc603ea636e..b2e7a337b9e668897faa84ff4a6f515428870426 100644 (file)
@@ -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