Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / encode_server_finder.h
index abfcc6d35c5512526aec86af38aeda773007a746..78b72fa9cc079e42706382bf58497ac193aa4724 100644 (file)
@@ -69,9 +69,9 @@ private:
        void config_changed (Config::Property what);
 
        /** Thread to periodically issue broadcasts and requests to find encoding servers */
-       boost::thread* _search_thread;
+       boost::thread _search_thread;
        /** Thread to listen to the responses from servers */
-       boost::thread* _listen_thread;
+       boost::thread _listen_thread;
 
        /** Available servers */
        std::list<EncodeServerDescription> _servers;