summaryrefslogtreecommitdiffstats
path: root/src/sp-item-group.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <mc@localhost.localdomain>2015-02-21 16:23:30 +0000
committerMarc Jeanmougin <mc@localhost.localdomain>2015-02-21 16:23:30 +0000
commit47d7675c0ec6a65e27e9ff69a8bfd34b621effab (patch)
tree95c42b6faebb24ee00f1255e154c451472a8ef5d /src/sp-item-group.h
parentFix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting clone... (diff)
downloadinkscape-47d7675c0ec6a65e27e9ff69a8bfd34b621effab.tar.gz
inkscape-47d7675c0ec6a65e27e9ff69a8bfd34b621effab.zip
Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933
Added std::list<SPObject*> hrefList member to SPObject class. (bzr r13935)
Diffstat (limited to 'src/sp-item-group.h')
-rw-r--r--src/sp-item-group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item-group.h b/src/sp-item-group.h
index 4bac0b269..f9a8b88f5 100644
--- a/src/sp-item-group.h
+++ b/src/sp-item-group.h
@@ -102,7 +102,7 @@ public:
* @param parent original parent
* @param g transform
*/
-void sp_item_group_ungroup_handle_clones(SPGroup *group,SPItem *parent, Geom::Affine const g);
+void sp_item_group_ungroup_handle_clones(SPItem *parent, Geom::Affine const g);
void sp_item_group_ungroup (SPGroup *group, GSList **children, bool do_done = true);