diff options
Diffstat (limited to 'bridges/source')
-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 7d1c1fad6dc4..ebec49ea9d00 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -578,7 +578,7 @@ struct RaiseInfo unsigned char * _code; sal_uInt64 _codeBase; - RaiseInfo( typelib_TypeDescription * pTD ) throw (); + explicit RaiseInfo(typelib_TypeDescription * pTD) throw (); ~RaiseInfo() throw (); }; |