diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-06 12:17:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-07 09:11:53 +0000 |
commit | 5ee8e22a26f522302d6b8e2bb8ce7a1815b61af7 (patch) | |
tree | 53cdfc515bc1a7f22b12180280fcb205ec6abead /bridges/source | |
parent | 66b8b09d0aa97e4009d2019a9d93b74cd1e11a09 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I94db78ca12e0f3389f00ea5c557f0b64d452f613
Reviewed-on: https://gerrit.libreoffice.org/21150
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 (); }; |