X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmutex.h;h=71fbdf0c6e5796423274049dc28a05dfba42cbb2;hb=ac360d8b680961af4a28601aa9c7fc47ab50caee;hp=0fe9e82087ff67d4c51d1d7bcde0f2a10d668138;hpb=c7afef88380ebebc8c2b04e48664d73281ec8848;p=libs%2Fcore.git diff --git a/source/core/mutex.h b/source/core/mutex.h index 0fe9e82..71fbdf0 100644 --- a/source/core/mutex.h +++ b/source/core/mutex.h @@ -18,6 +18,8 @@ private: Private *priv; + Mutex(const Mutex &); + Mutex &operator=(const Mutex &); public: Mutex(); ~Mutex();