summaryrefslogtreecommitdiff
path: root/test/source/container
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/container')
-rw-r--r--test/source/container/xnamed.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/source/container/xnamed.cxx b/test/source/container/xnamed.cxx
index 1de01cbc5906..32ee7b886a6e 100644
--- a/test/source/container/xnamed.cxx
+++ b/test/source/container/xnamed.cxx
@@ -53,6 +53,10 @@ void XNamed::testSetName()
CPPUNIT_ASSERT(maName == xNamed->getName());
}
+XNamed::~XNamed()
+{
+}
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */