Add config option for default KDM type.
[dcpomatic.git] / src / lib / check_content_change_job.h
index da9c5cb20be0d0aa71186956621fb8fd7fbeba82..b3cdf594c1076d762bef89ea43a3e8fcf228e7f7 100644 (file)
 class CheckContentChangeJob : public Job
 {
 public:
-       CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>());
+       CheckContentChangeJob (std::shared_ptr<const Film>);
+       ~CheckContentChangeJob ();
 
        std::string name () const;
        std::string json_name () const;
        void run ();
-
-private:
-       boost::shared_ptr<Job> _following;
 };