From 8a3120ced522357f53c97b051d0af6437c7a0316 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 11 Jun 2015 11:25:08 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: Id6291335945a8f10cef3afd1a2b3bae65fdf4562 --- o3tl/qa/test-sorted_vector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3tl') diff --git a/o3tl/qa/test-sorted_vector.cxx b/o3tl/qa/test-sorted_vector.cxx index 5090dee50569..023d9deae8fa 100644 --- a/o3tl/qa/test-sorted_vector.cxx +++ b/o3tl/qa/test-sorted_vector.cxx @@ -22,7 +22,7 @@ class SwContent public: int x; - SwContent(int x_) : x(x_) {} + explicit SwContent(int x_) : x(x_) {} bool operator<( const SwContent &rCmp) const { -- cgit