Destroy Job threads at the start of the subclass destructors,
[dcpomatic.git] / src / lib / job.h
index 0e57021e0c1cafbcc545c2502a94d7462f2c9834..7047a7ba3540f3368d020824d31bb36ab77502b2 100644 (file)
@@ -112,6 +112,7 @@ protected:
        void set_message (std::string m);
        int elapsed_sub_time () const;
        void check_for_interruption_or_pause ();
+       void destroy_thread ();
 
        boost::shared_ptr<const Film> _film;