summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 17:25:25 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 17:25:25 +0000
commita68dd35a31e54a4340d54a491a8f1b45d73352f4 (patch)
treef67a1c6f5eb573c12be61a76182f9472bd96abc2 /src/file.cpp
parentFixing typos and Menu tooltips (diff)
downloadinkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.tar.gz
inkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.zip
SPDocument->Document
(bzr r8416)
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp
index afca379ca..22425547e 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -1070,7 +1070,7 @@ file_import(Document *in_doc, const Glib::ustring &uri,
}
if (doc != NULL) {
- Inkscape::XML::rebase_hrefs(doc, in_doc->base, true);
+ Inkscape::XML::rebase_hrefs((Inkscape::XML::Document *)doc, in_doc->base, true);
Inkscape::XML::Document *xml_in_doc = sp_document_repr_doc(in_doc);
prevent_id_clashes(doc, in_doc);