summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-sorted_vector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/qa/test-sorted_vector.cxx')
-rw-r--r--o3tl/qa/test-sorted_vector.cxx2
1 files changed, 1 insertions, 1 deletions
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
{