summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-19 14:08:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-19 14:08:00 +0100
commit2b66862f22c06ed048aea80739b09cfd16d5c063 (patch)
tree79c17cb8d8f41700ee12cfe519643953451557ff /bridges
parent9124ab7422da276d707ce84ce9097cda33f0d7b5 (diff)
...and make it clear that RegParamKind /is/ used
...and will not erroneously be removed a third time Change-Id: I7007dbd1d3a1762523c0ce54a04c37a5d2203a48
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
index 4f1905c6361b..9ff7a9bf3019 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
@@ -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)