...and make it clear that RegParamKind /is/ used

...and will not erroneously be removed a third time

Change-Id: I7007dbd1d3a1762523c0ce54a04c37a5d2203a48
This commit is contained in:
Stephan Bergmann
2015-11-19 14:08:00 +01:00
parent 9124ab7422
commit 2b66862f22

View File

@@ -375,7 +375,7 @@ extern "C" char privateSnippetExecutor;
unsigned char * codeSnippet(
unsigned char * code,
char param_kind[4],
RegParamKind param_kind[4],
sal_Int32 nFunctionIndex,
sal_Int32 nVtableOffset )
{
@@ -495,7 +495,7 @@ unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions(
TYPELIB_DANGER_GET( &pTD, type->ppMembers[ member ] );
assert(pTD);
char param_kind[4];
RegParamKind param_kind[4];
int nr = 0;
for (int i = 0; i < 4; ++i)