diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-23 14:26:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-23 14:26:02 +0100 |
| commit | bf19399f8c009ff211d5c7b45b0941417d963c4e (patch) | |
| tree | 3461fb9045462aec4c01de8d5d34f4a73e755b96 /src/lib/check_content_change_job.h | |
| parent | f737005941d25e5e5743a6770208f31bdca5527d (diff) | |
Tidy up handling of content-modified checks when using the dcpomatic_cli.
Diffstat (limited to 'src/lib/check_content_change_job.h')
| -rw-r--r-- | src/lib/check_content_change_job.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/check_content_change_job.h b/src/lib/check_content_change_job.h index da9c5cb20..5d0af6881 100644 --- a/src/lib/check_content_change_job.h +++ b/src/lib/check_content_change_job.h @@ -27,7 +27,7 @@ class CheckContentChangeJob : public Job { public: - CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>()); + CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>(), bool gui = false); std::string name () const; std::string json_name () const; @@ -35,4 +35,5 @@ public: private: boost::shared_ptr<Job> _following; + bool _gui; }; |
