diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-09 21:24:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-10 23:12:13 +0200 |
| commit | 3d9c0674236a425f0be5e9caff5e23f59e7c037a (patch) | |
| tree | 615327e6ce90fa79e8d6072065fb67b6b85410c5 /src/tools | |
| parent | ca5cc79f4464c5e9f34480757c288b9bbcb569ec (diff) | |
Rename CheckContentChangeJob -> CheckContentJob.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 65574cc67..ebcd05a68 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -56,7 +56,7 @@ #include "wx/wx_util.h" #include "lib/analytics.h" #include "lib/audio_content.h" -#include "lib/check_content_change_job.h" +#include "lib/check_content_job.h" #include "lib/cinema.h" #include "lib/compose.hpp" #include "lib/config.h" @@ -458,7 +458,7 @@ public: set_film (film); - JobManager::instance()->add(make_shared<CheckContentChangeJob>(film)); + JobManager::instance()->add(make_shared<CheckContentJob>(film)); } catch (FileNotFoundError& e) { auto const dir = e.file().parent_path(); |
