Fix warning.
authorCarl Hetherington <cth@carlh.net>
Sat, 20 Jul 2013 15:44:28 +0000 (16:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 20 Jul 2013 15:44:28 +0000 (16:44 +0100)
src/tools/dcpomatic.cc

index e6392f551836d8b6875eb3702a80c799fb3affc4..9cfd5e4b2dc886375cb749ef21912b7d834d70ef 100644 (file)
@@ -503,6 +503,7 @@ class App : public wxApp
        catch (exception& e)
        {
                error_dialog (0, wxString::Format ("DCP-o-matic could not start: %s", e.what ()));
+               return true;
        }
 
        void OnInitCmdLine (wxCmdLineParser& parser)