Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / update_checker.h
index 5071bf4ec86840658e3adc246a161c31776c6034..78ca403038771c4c2c7adf0afb58fc15bc5c1e24 100644 (file)
@@ -93,7 +93,7 @@ private:
        boost::optional<std::string> _test;
        int _emits;
 
-       boost::thread* _thread;
+       boost::thread _thread;
        boost::mutex _process_mutex;
        boost::condition _condition;
        int _to_do;