summaryrefslogtreecommitdiffstats
path: root/src/forward.h
diff options
context:
space:
mode:
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 ())