summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);