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 3ea607029..21e1ff9c9 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -36,7 +36,7 @@ class Mutex
public:
Mutex();
- A_DELETE_COPY(Mutex);
+ A_DELETE_COPY(Mutex)
~Mutex();