loplugin:cstylecast: deal with remaining pointer casts

Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967
This commit is contained in:
Stephan Bergmann 2015-06-08 16:25:33 +02:00
parent a1a5588b1b
commit 9a1909a5d0

View file

@ -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());