diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-20 16:44:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-20 16:44:28 +0100 |
| commit | 1327b93e61b4143a1209d67a7e9353fa96f58d23 (patch) | |
| tree | b1235d763d688aaab7161c1a39c3a53e4c3f6e22 /src | |
| parent | a9fad9e29d9a9d6d006a77ec5c1c0572704dfeb7 (diff) | |
Fix warning.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
