diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:40:36 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:40:36 +0000 |
| commit | 8b04d0db6c55e36935690d37defb6f9b68945796 (patch) | |
| tree | 3909eb7f8201b43f6a4dcfcc854eda2fbc72b17e /src/id-clash.cpp | |
| parent | Scour extension added to Makefile.am and POTFILE.in (inkscape.pot updated). (diff) | |
| download | inkscape-8b04d0db6c55e36935690d37defb6f9b68945796.tar.gz inkscape-8b04d0db6c55e36935690d37defb6f9b68945796.zip | |
SPDocument->Document
(bzr r8404)
Diffstat (limited to '')
| -rw-r--r-- | src/id-clash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id-clash.cpp b/src/id-clash.cpp index b215576a4..e739c4e4c 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(SPDocument *imported_doc, SPDocument *current_doc, +change_clashing_ids(Document *imported_doc, Document *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(SPDocument *imported_doc, SPDocument *current_doc) +prevent_id_clashes(Document *imported_doc, Document *current_doc) { refmap_type *refmap = new refmap_type; id_changelist_type id_changes; |
