summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/BasCodeTagger.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/BasCodeTagger.hxx')
-rw-r--r--helpcompiler/inc/BasCodeTagger.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx
index 1020374a9097..ae180fa7451c 100644
--- a/helpcompiler/inc/BasCodeTagger.hxx
+++ b/helpcompiler/inc/BasCodeTagger.hxx
@@ -54,7 +54,6 @@ class L10N_DLLPUBLIC LibXmlTreeWalker
public:
LibXmlTreeWalker( xmlDocPtr doc );
- ~LibXmlTreeWalker() {}
void nextNode();
xmlNodePtr currentNode() { return m_pCurrentNode;}
bool end();