Some more loplugin:cstylecast: xmloff
Change-Id: I45cb9467c618eed929c84656a26293c8d6087378
This commit is contained in:
parent
bf50bd9772
commit
b388b9fc48
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user