Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / checker.h
index fee3fc3d92595aaa4deb01fdd93fbdecb2a681d0..8b80d8527a1f183c8b235bc8cab4e97ab7530b1d 100644 (file)
@@ -54,7 +54,7 @@ private:
 
        void thread ();
 
-       boost::thread* _thread;
+       boost::thread _thread;
        mutable boost::mutex _mutex;
        bool _terminate;
        bool _ok;