summaryrefslogtreecommitdiff
path: root/helpcompiler/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:25:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:25:33 +0200
commit9a1909a5d0900211727ac3077116c274c7f7bd8a (patch)
tree15fec290dab8e50b2bf826cb511c3a3bf0ba93ec /helpcompiler/source
parenta1a5588b1b440836a6655ab0af5f854f3f5eb5ed (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967
Diffstat (limited to 'helpcompiler/source')
-rw-r--r--helpcompiler/source/HelpLinker.cxx2
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());