diff options
Diffstat (limited to 'src/utils/mutex.h')
-rw-r--r-- | src/utils/mutex.h | 2 |
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(); |