]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
moved SetBestSize() to .cpp file; set min size from it
[wxWidgets.git] / include / wx / app.h
index a0c4a71fb16606a2079cea9d8248135d60f53fca..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;
-#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