diff options
Diffstat (limited to 'include/cppunit/Protector.h')
| -rw-r--r-- | include/cppunit/Protector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cppunit/Protector.h b/include/cppunit/Protector.h index d14e75f..c6d2e7c 100644 --- a/include/cppunit/Protector.h +++ b/include/cppunit/Protector.h @@ -84,6 +84,8 @@ public: ~ProtectorGuard(); private: + ProtectorGuard( const ProtectorGuard& ); /* not copyable */ + ProtectorGuard& operator=( const ProtectorGuard& ); /* not assignable */ TestResult *m_result; }; |
