From 16b93ae648f3e9675eeb6980925957e2ccbcfdf2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 8 Feb 2016 10:33:02 +0000 Subject: cppcheck: noExplicitConstructor Change-Id: I74585aa5a50cd335f4fd0a3ba4fed230b98993c3 --- sal/cppunittester/cppunittester.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') 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) { } -- cgit