From 1327b93e61b4143a1209d67a7e9353fa96f58d23 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Jul 2013 16:44:28 +0100 Subject: Fix warning. --- src/tools/dcpomatic.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index e6392f551..9cfd5e4b2 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -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) -- cgit v1.2.3