]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemset.h
Fix all 'explicit constructor' krazy warnings
[dolphin.git] / src / kitemviews / kitemset.h
index 5afe24df5db846ef7e46137ee7f0b0d3ec9a7cf2..b831953c66ae43a14801636f960918f2dc275e4e 100644 (file)
@@ -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)
         {