summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-12-11 13:25:28 +0100
committerDavid Tardon <dtardon@redhat.com>2015-12-11 13:25:45 +0100
commit91fe658052c2cca6a9781c3df406180075182c17 (patch)
treea2c28d27ef4c3a7d165ddd49254dcfb30d5840b4 /src
parent57f388c290aa3c39e48d997fa65a7bf8aab652f1 (diff)
Werror=effc++
Change-Id: If89c203529602bce6e06033aa9ecdaac94185134
Diffstat (limited to 'src')
-rw-r--r--src/test/importtest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/importtest.cpp b/src/test/importtest.cpp
index 82d27f0..d35eaa6 100644
--- a/src/test/importtest.cpp
+++ b/src/test/importtest.cpp
@@ -149,6 +149,10 @@ xmlDocPtr parse(const char *filename, xmlBufferPtr buffer)
class ImportTest : public CPPUNIT_NS::TestFixture
{
+ // disable copying
+ ImportTest(const ImportTest &);
+ ImportTest &operator=(const ImportTest &);
+
CPPUNIT_TEST_SUITE(ImportTest);
CPPUNIT_TEST(testVsdxMetadataTitle);
CPPUNIT_TEST(testVsdMetadataTitleMs1252);