summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-19 16:45:50 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-19 16:46:13 +0100
commit0f54e537c68e9b1e95769465aa7f7cd189c67053 (patch)
treee45523a41bb4b3675e43892cf909fc16439837c1 /bridges
parent9ece5c870a0ce39690109777bb8f76c1463a10c2 (diff)
missing namespace
Change-Id: Ib291151508756035fbfde1805ba48e746d96dd59
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 9ff7a9bf3019..7459dff852f7 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)