Make it OK to re-examine content with subtitles.
[dcpomatic.git] / src / lib / check_content_change_job.h
index 4ae3ed1e9b53f3f286f352c566aab4e726c9b18a..a374e2a6fb373783e286afd41ff7b29e3092872d 100644 (file)
 class CheckContentChangeJob : public Job
 {
 public:
-       CheckContentChangeJob (boost::shared_ptr<const Film>);
+       CheckContentChangeJob (std::shared_ptr<const Film>);
+       ~CheckContentChangeJob ();
 
-       std::string name () const;
-       std::string json_name () const;
-       void run ();
+       std::string name () const override;
+       std::string json_name () const override;
+       void run () override;
 };