Various thread cleanups.
[dcpomatic.git] / src / wx / gl_video_view.h
index 827b12861c5d47ccb5caadadc668fdbb5b5222b2..84d97c751f859bf3f24a7e08fffa9b5a1f9cae54 100644 (file)
@@ -66,8 +66,9 @@ private:
 
        GLuint _id;
        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;