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 ae180fa7451c..d8dbffa4cd49 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -56,7 +56,7 @@ class L10N_DLLPUBLIC LibXmlTreeWalker LibXmlTreeWalker( xmlDocPtr doc ); void nextNode(); xmlNodePtr currentNode() { return m_pCurrentNode;} - bool end(); + bool end() const; void ignoreCurrNodesChildren(); }; |