diff options
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/shared/vtablefactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/shared/vtablefactory.cxx b/bridges/source/cpp_uno/shared/vtablefactory.cxx index 70187cbd2fe7..018b808d89e6 100644 --- a/bridges/source/cpp_uno/shared/vtablefactory.cxx +++ b/bridges/source/cpp_uno/shared/vtablefactory.cxx @@ -336,7 +336,7 @@ sal_Int32 VtableFactory::createVtables( code = addLocalFunctions( &slots, code, #ifdef USE_DOUBLE_MMAP - sal_uIntPtr(block.exec) - sal_uIntPtr(block.start), + reinterpret_cast<sal_uIntPtr>(block.exec) - reinterpret_cast<sal_uIntPtr>(block.start), #endif type2, baseOffset.getFunctionOffset(type2->aBase.pTypeName), |