loplugin:cstylecast: deal with remaining pointer casts
Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967
This commit is contained in:
parent
a1a5588b1b
commit
9a1909a5d0
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue