From 184a00b96235f6432294ded63ce4a4a318effdb5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jun 2014 10:09:42 +0200 Subject: loplugin: inlinesimplememberfunctions Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b --- 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 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(); }; -- cgit