From fce4ca750fbd4a289e38aa3a96c0ab872947e8b3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 17:20:15 +0300 Subject: fix const in declaration in mutex. --- src/utils/mutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/mutex.h') 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(); -- cgit v1.2.3-60-g2f50