X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwriter.h;h=d304133dcb98f2c3d380e191fda78d0d0eef61b1;hb=ea6b2dae46caa1da829fbf499e83cd6ae3b3773a;hp=5fe96a3ac94eee955cd9ac1429e86986e4da2f15;hpb=a1546fb6c4e59621d99271b8ca996e96a574f7b3;p=dcpomatic.git diff --git a/src/lib/writer.h b/src/lib/writer.h index 5fe96a3ac..d304133dc 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -131,8 +131,8 @@ private: std::vector::iterator _subtitle_reel; std::map::iterator> _caption_reels; - /** our thread, or 0 */ - boost::thread* _thread; + /** our thread */ + boost::thread _thread; /** true if our thread should finish */ bool _finish; /** queue of things to write to disk */