aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/thread_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/server/thread_pool.h')
-rw-r--r--src/cpp/server/thread_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/server/thread_pool.h b/src/cpp/server/thread_pool.h
index 6fc71d6695..c53f7a7517 100644
--- a/src/cpp/server/thread_pool.h
+++ b/src/cpp/server/thread_pool.h
@@ -49,7 +49,7 @@ class ThreadPool : public ThreadPoolInterface {
explicit ThreadPool(int num_threads);
~ThreadPool();
- void ScheduleCallback(const std::function<void()>& callback) final;
+ void ScheduleCallback(const std::function<void()> &callback) final;
private:
std::mutex mu_;