diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-24 10:09:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-24 10:35:44 +0000 |
commit | 70b09d932225027d531c9a95317320174f8ad687 (patch) | |
tree | ec36c7d4927721c59d22830385517770e820d98b /io/test/stm/pipetest.cxx | |
parent | cbc5dc14d6bb795a9c2b54d624b10770a2a95a00 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I1934441858baeeb41a46f694dbcef2d846b308b7
Diffstat (limited to 'io/test/stm/pipetest.cxx')
-rw-r--r-- | io/test/stm/pipetest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx index f7dc2d46d5a2..d66b3c751985 100644 --- a/io/test/stm/pipetest.cxx +++ b/io/test/stm/pipetest.cxx @@ -94,7 +94,7 @@ private: class OPipeTest : public WeakImplHelper < XSimpleTest > { public: - OPipeTest( const Reference< XMultiServiceFactory > & rFactory ); + explicit OPipeTest( const Reference< XMultiServiceFactory > & rFactory ); ~OPipeTest(); public: // implementation names |