diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-08 10:33:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-08 12:17:34 +0000 |
commit | 16b93ae648f3e9675eeb6980925957e2ccbcfdf2 (patch) | |
tree | f5e105d869df71ca646f2d63351ced9e92ed3c66 /sal/cppunittester/cppunittester.cxx | |
parent | c4f056c01b674046c8d1852ae5e5ce0d48b0714f (diff) |
cppcheck: noExplicitConstructor
Change-Id: I74585aa5a50cd335f4fd0a3ba4fed230b98993c3
Diffstat (limited to 'sal/cppunittester/cppunittester.cxx')
-rw-r--r-- | sal/cppunittester/cppunittester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 22af5001fda7..fa0c57934e45 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -173,7 +173,7 @@ namespace { struct test_name_compare { - test_name_compare(const std::string& rName): + explicit test_name_compare(const std::string& rName): maName(rName) { } |