[Libreoffice-commits] core.git: bridges/source
Stephan Bergmann
sbergman at redhat.com
Thu Nov 19 05:08:35 PST 2015
bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2b66862f22c06ed048aea80739b09cfd16d5c063
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 19 14:08:00 2015 +0100
...and make it clear that RegParamKind /is/ used
...and will not erroneously be removed a third time
Change-Id: I7007dbd1d3a1762523c0ce54a04c37a5d2203a48
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 4f1905c..9ff7a9b 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)
More information about the Libreoffice-commits
mailing list