Some more loplugin:cstylecast: xmloff

Change-Id: I45cb9467c618eed929c84656a26293c8d6087378
This commit is contained in:
Stephan Bergmann 2015-01-19 15:11:32 +01:00
parent bf50bd9772
commit b388b9fc48

View File

@ -78,7 +78,7 @@ struct2string(void *data,
result.append("{");
const typelib_CompoundTypeDescription *compoundType =
&((const typelib_StructTypeDescription*) type)->aBase;
&reinterpret_cast<const typelib_StructTypeDescription*>(type)->aBase;
for (int i = 0; i < compoundType->nMembers; i++)
{