Kaydet (Commit) dc275890 authored tarafından jan Iversen's avatar jan Iversen

iOS, typo in function decl.

Change-Id: I269f5323ed0f984cfe9d28636a9cae84a863e7a6
üst bed135e0
......@@ -512,11 +512,13 @@ bridges::cpp_uno::shared::VtableFactory::initializeBlock(
unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions(
Slot ** slots,
unsigned char * code,
sal_PtrDiff writetoexecdiff,
typelib_InterfaceTypeDescription const * type,
sal_Int32 functionOffset,
sal_Int32 functionCount,
sal_Int32 vtableOffset)
{
(void)writetoexecdiff;
(*slots) -= functionCount;
Slot * s = *slots;
for (sal_Int32 i = 0; i < type->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