diff --git a/job/queue.hpp b/job/queue.hpp index ceac6986..ddc3194e 100644 --- a/job/queue.hpp +++ b/job/queue.hpp @@ -32,7 +32,7 @@ namespace util::job { class queue { public: queue (); - queue (unsigned thread_count); + explicit queue (unsigned thread_count); ~queue (); using cookie = int;