Kaydet (Commit) 0f54e537 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

missing namespace

Change-Id: Ib291151508756035fbfde1805ba48e746d96dd59
üst 9ece5c87
...@@ -375,7 +375,7 @@ extern "C" char privateSnippetExecutor; ...@@ -375,7 +375,7 @@ extern "C" char privateSnippetExecutor;
unsigned char * codeSnippet( unsigned char * codeSnippet(
unsigned char * code, unsigned char * code,
RegParamKind param_kind[4], CPPU_CURRENT_NAMESPACE::RegParamKind param_kind[4],
sal_Int32 nFunctionIndex, sal_Int32 nFunctionIndex,
sal_Int32 nVtableOffset ) sal_Int32 nVtableOffset )
{ {
...@@ -495,7 +495,7 @@ unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions( ...@@ -495,7 +495,7 @@ unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions(
TYPELIB_DANGER_GET( &pTD, type->ppMembers[ member ] ); TYPELIB_DANGER_GET( &pTD, type->ppMembers[ member ] );
assert(pTD); assert(pTD);
RegParamKind param_kind[4]; CPPU_CURRENT_NAMESPACE::RegParamKind param_kind[4];
int nr = 0; int nr = 0;
for (int i = 0; i < 4; ++i) for (int i = 0; i < 4; ++i)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment