X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fid-clash.cpp;h=b215576a4d506f8ca39fc9a875313dfe31edf0e4;hb=0974913b991ec9600541134006189f7851352d68;hp=e739c4e4c9ad907dcc45eff9ef2865d52146b032;hpb=b45b3ca12c271745b18a142d10a6ac8efd9f79cc;p=inkscape.git diff --git a/src/id-clash.cpp b/src/id-clash.cpp index e739c4e4c..b215576a4 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -177,7 +177,7 @@ find_references(SPObject *elem, refmap_type *refmap) * a list of those changes that will require fixing up references. */ static void -change_clashing_ids(Document *imported_doc, Document *current_doc, +change_clashing_ids(SPDocument *imported_doc, SPDocument *current_doc, SPObject *elem, const refmap_type *refmap, id_changelist_type *id_changes) { @@ -259,7 +259,7 @@ fix_up_refs(const refmap_type *refmap, const id_changelist_type &id_changes) * those IDs are updated accordingly. */ void -prevent_id_clashes(Document *imported_doc, Document *current_doc) +prevent_id_clashes(SPDocument *imported_doc, SPDocument *current_doc) { refmap_type *refmap = new refmap_type; id_changelist_type id_changes;