diff --git a/src/utils/pathut.h b/src/utils/pathut.h index 1508a0df..4d9ce34d 100644 --- a/src/utils/pathut.h +++ b/src/utils/pathut.h @@ -101,6 +101,8 @@ public: private: string m_dirname; string m_reason; + TempDir(const TempDir &) {} + TempDir& operator=(const TempDir &) {return *this;}; }; /// Lock/pid file class. This is quite close to the pidfile_xxx