X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5593c252e8d9638c86dcc2bb9edd394ea14f8ba1..681d8bb6c:/src/kitemviews/kitemset.h diff --git a/src/kitemviews/kitemset.h b/src/kitemviews/kitemset.h index 31fe1d249..14aa665a1 100644 --- a/src/kitemviews/kitemset.h +++ b/src/kitemviews/kitemset.h @@ -20,7 +20,8 @@ #ifndef KITEMSET_H #define KITEMSET_H -#include +#include "dolphin_export.h" +#include "kitemviews/kitemrange.h" /** * @brief Stores a set of integer numbers in a space-efficient way. @@ -40,7 +41,7 @@ * The complexity of most operations depends on the number of ranges. */ -class KItemSet +class DOLPHIN_EXPORT KItemSet { public: KItemSet(); @@ -161,7 +162,7 @@ public: { } - const_iterator(const iterator& other) : + explicit const_iterator(const iterator& other) : m_rangeIt(other.m_rangeIt), m_offset(other.m_offset) {