From b07a990e51f9bef637cfdcb31b904c223d7ce738 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 27 Mar 2019 09:02:15 +0100 Subject: loplugin:typedefparam (clang-cl) Change-Id: I07604028845c49cc084927e21db7f21c5d053bab Reviewed-on: https://gerrit.libreoffice.org/69796 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridges') 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 (); -- cgit