Skip to content

Commit 17af633

Browse files
committed
fix linter
1 parent 0b72f10 commit 17af633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-framework/include/utils/ThreadPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class WorkerThread {
135135
*/
136136
class ThreadPool {
137137
public:
138-
ThreadPool(int max_worker_threads = 2, std::string name = "NamelessPool");
138+
explicit ThreadPool(int max_worker_threads = 2, std::string name = "NamelessPool");
139139

140140
ThreadPool(const ThreadPool &other) = delete;
141141
ThreadPool& operator=(const ThreadPool &other) = delete;

0 commit comments

Comments
 (0)