summaryrefslogtreecommitdiffstats
path: root/src/object-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-set.h')
-rw-r--r--src/object-set.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object-set.h b/src/object-set.h
index 8160cd27b..7a52788f3 100644
--- a/src/object-set.h
+++ b/src/object-set.h
@@ -41,6 +41,8 @@ public:
bool contains(SPObject* object);
void clear();
int size();
+ multi_index_container::iterator begin();
+ multi_index_container::iterator end();
private:
void _add(SPObject* object);