diff options
Diffstat (limited to 'parameter/AutoLog.h')
-rw-r--r-- | parameter/AutoLog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/AutoLog.h b/parameter/AutoLog.h index 1eb3b7d..c6a2a01 100644 --- a/parameter/AutoLog.h +++ b/parameter/AutoLog.h @@ -33,6 +33,8 @@ public: ~CAutoLog(); private: + CAutoLog(const CAutoLog&); + CAutoLog& operator=(const CAutoLog&); // Logger element const CElement* _pElement; // Context |