diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h index 45b828155..cb83c4d0d 100644 --- a/src/document.h +++ b/src/document.h @@ -31,6 +31,8 @@ #include <vector> #include <set> +#include "xml/document.h" + namespace Avoid { class Router; } @@ -84,7 +86,7 @@ public: unsigned int virgin : 1; ///< Has the document never been touched? unsigned int modified_since_save : 1; - Inkscape::XML::Document *rdoc; ///< Our Inkscape::XML::Document + Inkscape::XML::DocumentTree *rdoc; ///< Our Inkscape::XML::Document Inkscape::XML::Node *rroot; ///< Root element of Inkscape::XML::Document SPObject *root; ///< Our SPRoot CRCascade *style_cascade; |
