summaryrefslogtreecommitdiffstats
path: root/src/document.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/document.cpp
parentFixing typos and Menu tooltips (diff)
downloadinkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.tar.gz
inkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.zip
SPDocument->Document
(bzr r8416)
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp
index 750b29301..4289205c1 100644
--- a/src/document.cpp
+++ b/src/document.cpp
@@ -638,7 +638,7 @@ do_change_uri(Document *const document, gchar const *const filename, bool const
sp_document_set_undo_sensitive(document, false);
if (rebase) {
- Inkscape::XML::rebase_hrefs(document, new_base, true);
+ Inkscape::XML::rebase_hrefs((Inkscape::XML::Document *)document, new_base, true);
}
repr->setAttribute("sodipodi:docname", document->name);