]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
make it non mach-o carbon savvy
[wxWidgets.git] / include / wx / app.h
index ccc781568e35f504548bb9f2a43f7f33e2136d3e..b2e7a337b9e668897faa84ff4a6f515428870426 100644 (file)
@@ -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