Code

Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)
[inkscape.git] / src / forward.h
index 852934e96dddd4b920819e71b22b1f0b4cf330bb..4ac08c12689f69c9ebdadb68373ad2300d60cba1 100644 (file)
 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 ())