From f515b8daea9d28200be803bb64ff17e9f30343c4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Feb 2020 22:22:23 +0100 Subject: Another macOS std::list boost::thread SNAFU. --- src/lib/encode_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encode_server.h') diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h index 40e84ad60..91e007503 100644 --- a/src/lib/encode_server.h +++ b/src/lib/encode_server.h @@ -54,7 +54,7 @@ private: void broadcast_thread (); void broadcast_received (); - std::vector _worker_threads; + std::vector _worker_threads; std::list > _queue; boost::condition _full_condition; boost::condition _empty_condition; -- cgit v1.2.3