diff options
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r-- | helpcompiler/inc/BasCodeTagger.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index dfc8ee890491..74b97ce1cb91 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -57,7 +57,7 @@ class L10N_DLLPUBLIC LibXmlTreeWalker LibXmlTreeWalker( xmlDocPtr doc ); ~LibXmlTreeWalker() {} void nextNode(); - xmlNodePtr currentNode(); + xmlNodePtr currentNode() { return m_pCurrentNode;} bool end(); void ignoreCurrNodesChildren(); }; |