summaryrefslogtreecommitdiff
path: root/src/utils/mutex.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:37 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:37 +0300
commitfe4eff7bbf665cf356271c19feccb80b99cf877b (patch)
treeb0d9e7fd4a5be4b1dd2ef5472953ed9aa718879d /src/utils/mutex.h
parent0f64a06317df182ab0ff4a0ae9fbe1aad880dcc0 (diff)
downloadplus-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.gz
plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.bz2
plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.xz
plus-fe4eff7bbf665cf356271c19feccb80b99cf877b.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into utils.
Diffstat (limited to 'src/utils/mutex.h')
-rw-r--r--src/utils/mutex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/mutex.h b/src/utils/mutex.h
index fd295000e..27adc5322 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -62,6 +62,8 @@ class MutexLocker final
{
}
+ A_DEFAULT_COPY(MutexLocker)
+
~MutexLocker();
private: