┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kitemviews/kitemset.h')
-rw-r--r--src/kitemviews/kitemset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kitemset.h b/src/kitemviews/kitemset.h
index 5afe24df5..b831953c6 100644
--- a/src/kitemviews/kitemset.h
+++ b/src/kitemviews/kitemset.h
@@ -163,7 +163,7 @@ public:
{
}
- const_iterator(const iterator& other) :
+ explicit const_iterator(const iterator& other) :
m_rangeIt(other.m_rangeIt),
m_offset(other.m_offset)
{