diff --git a/lib/cpp_utils/ConcurrentDeque.hpp b/lib/cpp_utils/ConcurrentDeque.hpp index a855911..7ad255a 100644 --- a/lib/cpp_utils/ConcurrentDeque.hpp +++ b/lib/cpp_utils/ConcurrentDeque.hpp @@ -33,7 +33,7 @@ public: TRACE; } - void push(const T value) + void push(const T& value) { TRACE; std::unique_lock lock(m_mutex);