From 2553d36fec571b5a5da41ba08fe0f2740be4e451 Mon Sep 17 00:00:00 2001 From: johnce Date: Wed, 5 Aug 2009 19:46:20 +0000 Subject: Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...) (bzr r8420) --- src/xml/xml-forward.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml/xml-forward.h') diff --git a/src/xml/xml-forward.h b/src/xml/xml-forward.h index 33218c8ae..e3ebad183 100644 --- a/src/xml/xml-forward.h +++ b/src/xml/xml-forward.h @@ -20,7 +20,7 @@ namespace XML { struct AttributeRecord; struct CommentNode; class CompositeNodeObserver; -struct Document; +class Document; class ElementNode; class Event; class EventAdd; -- cgit v1.2.3