Kaydet (Commit) b388b9fc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some more loplugin:cstylecast: xmloff

Change-Id: I45cb9467c618eed929c84656a26293c8d6087378
üst bf50bd97
......@@ -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++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment