Stop threads at the start of their object's destruction in all Job cases.
[dcpomatic.git] / src / lib / check_content_change_job.h
index 355dedf83a9d3ad2326b357918da855c39880190..152cdb9e7338f11f0a174333555476e3005be38f 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>(), bool gui = true);
+       ~CheckContentChangeJob ();
 
        std::string name () const;
        std::string json_name () const;