diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-04 01:23:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:31:09 +0100 |
| commit | d571b590ef68b4586f4cd728e27eb0d3207f2a74 (patch) | |
| tree | 3db93aa333caec2cfb5d3bf8b6c62de200d23e4b | |
| parent | 490665ab598323535723e4f0a0c7f0c8d865d6a2 (diff) | |
Fix build.
| -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 32fb61098..f6427e68e 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, _1)); + Config::FailedToLoad.connect (boost::bind (&App::config_failed_to_load, this)); Config::Warning.connect (boost::bind (&App::config_warning, this, _1)); _splash = maybe_show_splash (); |
