diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-02 00:28:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:31:09 +0100 |
| commit | 490665ab598323535723e4f0a0c7f0c8d865d6a2 (patch) | |
| tree | 04794be7c427a55bc76185cc85e09685a4e4f69b /src/tools/dcpomatic.cc | |
| parent | f986fd6be17b1f84c12e1fd1ecb9185d84c3fa1b (diff) | |
Try to improve error when failing to load config.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index f6427e68e..32fb61098 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1465,7 +1465,7 @@ private: try { wxInitAllImageHandlers (); - Config::FailedToLoad.connect (boost::bind (&App::config_failed_to_load, this)); + Config::FailedToLoad.connect (boost::bind (&App::config_failed_to_load, this, _1)); Config::Warning.connect (boost::bind (&App::config_warning, this, _1)); _splash = maybe_show_splash (); |
