diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-07 08:14:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-07 08:14:34 +0200 |
commit | 46791546a8aaef40eafc08e6e71b4b0785324564 (patch) | |
tree | 149c1b3d002404366ed7a410af8e82f4b51778c3 /shell/qa | |
parent | 6343754e310a589cb49e2a1da0cd68472571179d (diff) |
cppcheck:noExplicitConstructor
Change-Id: I940714e303b905b756ba077eeda6c41746bd421f
Diffstat (limited to 'shell/qa')
-rw-r--r-- | shell/qa/zip/testzipimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx index 5f85baafcfdf..6a2afc0cfe27 100644 --- a/shell/qa/zip/testzipimpl.hxx +++ b/shell/qa/zip/testzipimpl.hxx @@ -34,7 +34,7 @@ class TestZipImpl ZipFile zipFile; vector<string> expectedContents; public: - TestZipImpl(StreamInterface *stream); + explicit TestZipImpl(StreamInterface *stream); ~TestZipImpl(); bool test_directory(); bool test_hasContentCaseInSensitive(); |