From 9ee60319c675087486907707c8a2b18b5c9dc9fc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 30 Oct 2017 11:45:58 +0200 Subject: loplugin:constmethod in idl,helpcompiler Change-Id: I9b328fc0a3ebdd15a646ee6dab800ffbadb1aaef Reviewed-on: https://gerrit.libreoffice.org/44050 Tested-by: Jenkins Reviewed-by: Noel Grandin --- helpcompiler/inc/BasCodeTagger.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/inc') 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(); }; -- cgit