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

Some more loplugin:cstylecast: salhelper

Change-Id: I1e6168297ac4405c3f300aecc9074a4f15e6654c
üst b70b4e64
...@@ -58,8 +58,8 @@ ORealDynamicLoader* ORealDynamicLoader::newInstance(ORealDynamicLoader ** ppSetT ...@@ -58,8 +58,8 @@ ORealDynamicLoader* ORealDynamicLoader::newInstance(ORealDynamicLoader ** ppSetT
return NULL; return NULL;
} }
initFunc = (ApiInitFunction)osl_getFunctionSymbol( initFunc = reinterpret_cast<ApiInitFunction>(osl_getFunctionSymbol(
pModule, initFunction.pData); pModule, initFunction.pData));
if ( !initFunc ) if ( !initFunc )
{ {
......
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