diff options
Diffstat (limited to 'parameter/SystemClass.h')
-rw-r--r-- | parameter/SystemClass.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/SystemClass.h b/parameter/SystemClass.h index ea47a52..9dbbf92 100644 --- a/parameter/SystemClass.h +++ b/parameter/SystemClass.h @@ -46,6 +46,8 @@ public: virtual string getKind() const; private: + CSystemClass(const CSystemClass&); + CSystemClass& operator=(const CSystemClass&); // base virtual bool childrenAreDynamic() const; |