diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-15 20:26:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-15 20:44:10 +0100 |
commit | 1a3eedccd3f2c207b274e589c509975d3859f8f8 (patch) | |
tree | 266e1182c5ac07655f1c908cd04589a79f3d839d /stoc/source/invocation/invocation.cxx | |
parent | dc71a72753202d29544845cfd58992bac63c6837 (diff) |
cppcheck: noExplicitConstructor
Change-Id: Ia86c6a2ce6c1f2501d0b18181966b61d9ef78746
Diffstat (limited to 'stoc/source/invocation/invocation.cxx')
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index 8d195e965b88..ab31ab2b00e2 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -1051,7 +1051,7 @@ class InvocationService : public WeakImplHelper2< XSingleServiceFactory, XServiceInfo > { public: - InvocationService( const Reference<XComponentContext> & xCtx ); + explicit InvocationService( const Reference<XComponentContext> & xCtx ); virtual ~InvocationService(); // XServiceInfo |