From 9a1909a5d0900211727ac3077116c274c7f7bd8a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 8 Jun 2015 16:25:33 +0200 Subject: [PATCH] loplugin:cstylecast: deal with remaining pointer casts Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967 --- helpcompiler/source/HelpLinker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index b2144fb5a376..e4798b1523f3 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -943,7 +943,7 @@ bool compileExtensionHelp std::string aStdStrDestination = pDestination; // Set error handler - xmlSetStructuredErrorFunc( NULL, (xmlStructuredErrorFunc)StructuredXMLErrorFunction ); + xmlSetStructuredErrorFunc( NULL, StructuredXMLErrorFunction ); try { boost::scoped_ptr pHelpLinker(new HelpLinker());