summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 75798059b..c787a5dd8 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx
@@ -327,8 +327,8 @@ extern "C" typelib_TypeClass cpp_vtable_call(
if ( pInterface )
{
- // pStack[0] = hidden return value pointer
- ::uno_any_construct( reinterpret_cast<uno_Any *>( pStack[0] ),
+ // pStack[3] = hidden return value pointer
+ ::uno_any_construct( reinterpret_cast<uno_Any *>( pStack[3] ),
&pInterface, pTD, cpp_acquire );
pInterface->release();