Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / encode_server.h
index 40e84ad6029d9d7ff28d6f942923e989ffe7f549..91e0075039823f2616e719061ff517d899ed1760 100644 (file)
@@ -54,7 +54,7 @@ private:
        void broadcast_thread ();
        void broadcast_received ();
 
        void broadcast_thread ();
        void broadcast_received ();
 
-       std::vector<boost::thread> _worker_threads;
+       std::vector<boost::thread*> _worker_threads;
        std::list<boost::shared_ptr<Socket> > _queue;
        boost::condition _full_condition;
        boost::condition _empty_condition;
        std::list<boost::shared_ptr<Socket> > _queue;
        boost::condition _full_condition;
        boost::condition _empty_condition;