Destroy Job threads at the start of the subclass destructors,
[dcpomatic.git] / src / lib / check_content_change_job.h
index da9c5cb20be0d0aa71186956621fb8fd7fbeba82..963d09b59277c128e4c2506a1f4508c81e54b644 100644 (file)
@@ -28,6 +28,7 @@ class CheckContentChangeJob : public Job
 {
 public:
        CheckContentChangeJob (boost::shared_ptr<const Film>, boost::shared_ptr<Job> following = boost::shared_ptr<Job>());
+       ~CheckContentChangeJob ();
 
        std::string name () const;
        std::string json_name () const;