Various thread cleanups.
[dcpomatic.git] / src / wx / gl_video_view.h
index 2f3c8c2a1c40ccb715f1aa296d5f177ce5ed5d29..84d97c751f859bf3f24a7e08fffa9b5a1f9cae54 100644 (file)
@@ -68,7 +68,7 @@ private:
        boost::optional<dcp::Size> _size;
        bool _have_storage;
        bool _vsync_enabled;
-       boost::thread* _thread;
+       boost::thread _thread;
 
        boost::mutex _playing_mutex;
        boost::condition _playing_condition;