Add DCPContent::resolution().
[dcpomatic.git] / src / lib / job.h
index cb85059a61875c470a5a750d225fe51930dd7ee2..a0e988fc8ccd11df26983127e347691da43cd2f2 100644 (file)
@@ -121,7 +121,7 @@ private:
        void run_wrapper ();
        void set_progress_common (boost::optional<float> p);
 
-       boost::thread* _thread;
+       boost::thread _thread;
 
        /** mutex for _state, _error*, _message */
        mutable boost::mutex _state_mutex;