X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmutex.h;fp=source%2Fcore%2Fmutex.h;h=71fbdf0c6e5796423274049dc28a05dfba42cbb2;hp=0fe9e82087ff67d4c51d1d7bcde0f2a10d668138;hb=1fd05fc0d04adf7441ed3a83089e3b8716a72c20;hpb=5a32939eb6e576c223e1be5f80226d9e628a2398 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();