summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 8329496402d2..6483dd19e972 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -98,7 +98,6 @@ protected:
public:
/// returns the parent of this node
XMLParentNode *GetParent() { return m_pParent; }
- virtual ~XMLChildNode() override {};
};
typedef std::vector< XMLChildNode* > XMLChildNodeList;