Tidy up handling of content-modified checks when using the dcpomatic_cli.
[dcpomatic.git] / src / lib / check_content_change_job.h
index da9c5cb20be0d0aa71186956621fb8fd7fbeba82..5d0af688125ca9d7ab439d3cf8177bf07f0ff3ca 100644 (file)
@@ -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;
 };