summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-01-06 12:17:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-01-07 09:11:53 +0000
commit5ee8e22a26f522302d6b8e2bb8ce7a1815b61af7 (patch)
tree53cdfc515bc1a7f22b12180280fcb205ec6abead /bridges/source
parent66b8b09d0aa97e4009d2019a9d93b74cd1e11a09 (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.cxx2
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 ();
};