From e4688a3d41265946007c6c9a5c5b5742078c74a3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 2 Apr 2015 11:09:37 +0200 Subject: loplugin:staticmethods Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af --- helpcompiler/inc/HelpLinker.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/inc/HelpLinker.hxx') diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 113b427e3e55..1ba69500db2f 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -90,7 +90,7 @@ private: bool m_bCreateIndex; void initIndexerPreProcessor(); void link() throw(HelpProcessingException, BasicCodeTagger::TaggerException); - void addBookmark( FILE* pFile_DBHelp, std::string thishid, + static void addBookmark( FILE* pFile_DBHelp, std::string thishid, const std::string& fileB, const std::string& anchorB, const std::string& jarfileB, const std::string& titleB ); }; -- cgit