diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:56:35 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 05:56:35 +0000 |
| commit | a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0 (patch) | |
| tree | a4a0672dd6486fc8b41c33ece552186d551b4c3c /src/xml/rebase-hrefs.cpp | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.tar.gz inkscape-a6fa3b454bdcef9b23e0a3107b6de6b4c6a477a0.zip | |
SPDocument->Document
(bzr r8405)
Diffstat (limited to 'src/xml/rebase-hrefs.cpp')
| -rw-r--r-- | src/xml/rebase-hrefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/rebase-hrefs.cpp b/src/xml/rebase-hrefs.cpp index ec43bb178..8d771fef2 100644 --- a/src/xml/rebase-hrefs.cpp +++ b/src/xml/rebase-hrefs.cpp @@ -199,7 +199,7 @@ Inkscape::XML::calc_abs_doc_base(gchar const *const doc_base) * * \param spns True iff doc should contain sodipodi:absref attributes. */ -void Inkscape::XML::rebase_hrefs(SPDocument *const doc, gchar const *const new_base, bool const spns) +void Inkscape::XML::rebase_hrefs(Document *const doc, gchar const *const new_base, bool const spns) { gchar *const old_abs_base = calc_abs_doc_base(doc->base); gchar *const new_abs_base = calc_abs_doc_base(new_base); |
