summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-04 08:50:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-04 08:50:11 +0100
commit2e73ae7a62013ce896d237809703f6efc1c8dabe (patch)
tree991cb1d28cec316616859bcc52f240983ce1fb13 /bridges
parent4b5efd930895c87829f1fc404bfc5de8f139f873 (diff)
-Werror,-Wshadow
Change-Id: Ib20a02a846b745b65ffcf9ec1d45b39a6e0c50e4
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index ebec49ea9d00..f16e0d49d59f 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -625,8 +625,7 @@ RaiseInfo::RaiseInfo(typelib_TypeDescription * pTD)throw ()
for (pCompTD = (typelib_CompoundTypeDescription*)pTD;
pCompTD; pCompTD = pCompTD->pBaseTypeDescription)
{
- typelib_TypeDescription * pTD = (typelib_TypeDescription *)pCompTD;
- int typeInfoLen = mscx_getRTTI_len(pTD->pTypeName);
+ int typeInfoLen = mscx_getRTTI_len(pCompTD->aBase.pTypeName);
// Mem has to be on 4-byte Boundary
if (typeInfoLen % 4 != 0)
{