diff options
| author | Elvis Angelaccio <[email protected]> | 2018-02-03 22:21:30 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-02-03 22:21:30 +0100 |
| commit | bf1081a824d9024a400d2ac2437f169c6765caa5 (patch) | |
| tree | 2905c41c966739469d86bcfd67b9678a1f020d9a /src/kitemviews/kitemset.h | |
| parent | cef4d96cc6ed30284815320b1f7ddb59f201589e (diff) | |
Fix all 'explicit constructor' krazy warnings
Diffstat (limited to 'src/kitemviews/kitemset.h')
| -rw-r--r-- | src/kitemviews/kitemset.h | 2 |
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) { |
