X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fj2k_encoder.h;h=b4542c40a147cca4ccbc62b39f340a5f6a660afe;hp=b57c4df7e3692501a64256730ab2928b1a92a692;hb=5b1b70c86df7225a2a102bdde3b38ea591a6dcbb;hpb=ea6b2dae46caa1da829fbf499e83cd6ae3b3773a diff --git a/src/lib/j2k_encoder.h b/src/lib/j2k_encoder.h index b57c4df7e..b4542c40a 100644 --- a/src/lib/j2k_encoder.h +++ b/src/lib/j2k_encoder.h @@ -89,7 +89,7 @@ private: /** Mutex for _threads */ mutable boost::mutex _threads_mutex; - std::list _threads; + std::list _threads; mutable boost::mutex _queue_mutex; std::list > _queue; /** condition to manage thread wakeups when we have nothing to do */