[Libreoffice-commits] core.git: bridges/source

Stephan Bergmann sbergman at redhat.com
Thu Nov 19 07:46:38 PST 2015


 bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f54e537c68e9b1e95769465aa7f7cd189c67053
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 19 16:45:50 2015 +0100

    missing namespace
    
    Change-Id: Ib291151508756035fbfde1805ba48e746d96dd59

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 9ff7a9b..7459dff 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,
-    RegParamKind param_kind[4],
+    CPPU_CURRENT_NAMESPACE::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);
 
-        RegParamKind param_kind[4];
+        CPPU_CURRENT_NAMESPACE::RegParamKind param_kind[4];
         int nr = 0;
 
         for (int i = 0; i < 4; ++i)


More information about the Libreoffice-commits mailing list