summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ClientTest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ClientTest.h b/test/ClientTest.h
index 63e222e1..d3665b37 100644
--- a/test/ClientTest.h
+++ b/test/ClientTest.h
@@ -45,6 +45,8 @@
#include <syncevo/Logging.h>
#include <syncevo/util.h>
+#include <boost/utility.hpp>
+
#include <syncevo/declarations.h>
SE_BEGIN_CXX
@@ -236,7 +238,7 @@ class SyncTests;
* properties (like available sync sources) and then creates several
* tests.
*/
-class ClientTest {
+class ClientTest : private boost::noncopyable {
public:
ClientTest(int serverSleepSec = 0, const std::string &serverLog= "");
virtual ~ClientTest();