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/xml | |
| 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 'src/xml')
| -rw-r--r-- | src/xml/rebase-hrefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/rebase-hrefs.h b/src/xml/rebase-hrefs.h index b4f288c4d..2f82a5587 100644 --- a/src/xml/rebase-hrefs.h +++ b/src/xml/rebase-hrefs.h @@ -4,14 +4,14 @@ #include <glib/gtypes.h> #include "util/list.h" #include "xml/attribute-record.h" -struct SPDocument; +struct Document; namespace Inkscape { namespace XML { gchar *calc_abs_doc_base(gchar const *doc_base); -void rebase_hrefs(SPDocument *doc, gchar const *new_base, bool spns); +void rebase_hrefs(Document *doc, gchar const *new_base, bool spns); Inkscape::Util::List<AttributeRecord const> rebase_href_attrs( gchar const *old_abs_base, |
