summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-item-group.h')
-rw-r--r--src/sp-item-group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-item-group.h b/src/sp-item-group.h
index 9a5ee0161..dcabea78c 100644
--- a/src/sp-item-group.h
+++ b/src/sp-item-group.h
@@ -96,10 +96,10 @@ public:
virtual void update_patheffect(bool write);
};
-void sp_item_group_ungroup (SPGroup *group, SelContainer &children, bool do_done = true);
+void sp_item_group_ungroup (SPGroup *group, std::vector<SPItem*> &children, bool do_done = true);
-SelContainer sp_item_group_item_list (SPGroup *group);
+std::vector<SPItem*> sp_item_group_item_list (SPGroup *group);
SPObject *sp_item_group_get_child_by_name (SPGroup *group, SPObject *ref, const char *name);
#endif