diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-08 16:25:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-08 16:25:33 +0200 |
commit | 9a1909a5d0900211727ac3077116c274c7f7bd8a (patch) | |
tree | 15fec290dab8e50b2bf826cb511c3a3bf0ba93ec /helpcompiler | |
parent | a1a5588b1b440836a6655ab0af5f854f3f5eb5ed (diff) |
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<HelpLinker> pHelpLinker(new HelpLinker()); |