summaryrefslogtreecommitdiff
path: root/src/utils/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/mutex.h')
-rw-r--r--src/utils/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/mutex.h b/src/utils/mutex.h
index 9bb3cfcdd..70e5fa54d 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -57,7 +57,7 @@ class Mutex final
class MutexLocker final
{
public:
- explicit MutexLocker(Mutex *mutex);
+ explicit MutexLocker(Mutex *const mutex);
~MutexLocker();