diff options
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 2 |
1 files changed, 1 insertions, 1 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 cd292c7db8b0..385f5f5cb9ed 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -324,7 +324,7 @@ class type_info_ { friend type_info * RTTInfos::getRTTI( OUString const & ) throw (); friend int mscx_filterCppException( - LPEXCEPTION_POINTERS, uno_Any *, uno_Mapping * ); + EXCEPTION_POINTERS *, uno_Any *, uno_Mapping * ); public: virtual ~type_info_() throw (); |