summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-09-12 06:36:45 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-09-12 06:36:45 +0000
commitb9e37b43a781dc712ee6b17cc20eb985c9080fd7 (patch)
treeb2545183bfc4cd56b50a5e0e9724b2c533872e74 /src/xml
parentr16524@tres: ted | 2007-09-11 20:49:10 -0700 (diff)
downloadinkscape-b9e37b43a781dc712ee6b17cc20eb985c9080fd7.tar.gz
inkscape-b9e37b43a781dc712ee6b17cc20eb985c9080fd7.zip
r16525@tres: ted | 2007-09-11 20:49:47 -0700
Adding in code to XSLT. (bzr r3729)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/repr-io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index 8369fb803..62d43dd41 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -36,7 +36,7 @@ using Inkscape::XML::SimpleDocument;
using Inkscape::XML::Node;
using Inkscape::XML::AttributeRecord;
-static Document *sp_repr_do_read (xmlDocPtr doc, const gchar *default_ns);
+Document *sp_repr_do_read (xmlDocPtr doc, const gchar *default_ns);
static Node *sp_repr_svg_read_node (Document *xml_doc, xmlNodePtr node, const gchar *default_ns, GHashTable *prefix_map);
static gint sp_repr_qualified_name (gchar *p, gint len, xmlNsPtr ns, const xmlChar *name, const gchar *default_ns, GHashTable *prefix_map);
static void sp_repr_write_stream_root_element (Node *repr, Writer &out, bool add_whitespace, gchar const *default_ns, int inlineattrs, int indent);