s/destroy_thread/stop_thread/
[dcpomatic.git] / src / lib / job.h
index 7047a7ba3540f3368d020824d31bb36ab77502b2..cb85059a61875c470a5a750d225fe51930dd7ee2 100644 (file)
@@ -112,7 +112,7 @@ protected:
        void set_message (std::string m);
        int elapsed_sub_time () const;
        void check_for_interruption_or_pause ();
-       void destroy_thread ();
+       void stop_thread ();
 
        boost::shared_ptr<const Film> _film;