diff --git a/lib/cpp_utils/Mutex.hpp b/lib/cpp_utils/Mutex.hpp index 85a5e51..dace2d9 100644 --- a/lib/cpp_utils/Mutex.hpp +++ b/lib/cpp_utils/Mutex.hpp @@ -15,7 +15,7 @@ public: Default = PTHREAD_MUTEX_DEFAULT // equals normal }; - Mutex(MutexType type = MutexType::Default); + Mutex(MutexType type = Default); ~Mutex(); MutexType getType() const { return m_type; }