summaryrefslogtreecommitdiffstats
path: root/src/forward.h
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 19:46:20 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 19:46:20 +0000
commit2553d36fec571b5a5da41ba08fe0f2740be4e451 (patch)
tree5d5497801f05fa409e4655253258f8a8e9e16b75 /src/forward.h
parent* [INTL: zh_TW] Traditional Chinese translation update (diff)
downloadinkscape-2553d36fec571b5a5da41ba08fe0f2740be4e451.tar.gz
inkscape-2553d36fec571b5a5da41ba08fe0f2740be4e451.zip
Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)
(bzr r8420)
Diffstat (limited to 'src/forward.h')
-rw-r--r--src/forward.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/forward.h b/src/forward.h
index 852934e96..4ac08c126 100644
--- a/src/forward.h
+++ b/src/forward.h
@@ -20,6 +20,10 @@
namespace Inkscape {
struct Application;
struct ApplicationClass;
+namespace XML {
+class Document;
+class DocumentTree;
+}
}
/* Editing window */
@@ -43,7 +47,6 @@ GType sp_event_context_get_type ();
/* Document tree */
-class Document;
class SPDocumentClass;
#define SP_TYPE_DOCUMENT (sp_document_get_type ())