diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 92f53559f..b60561c32 100644 --- a/src/document.h +++ b/src/document.h @@ -113,10 +113,13 @@ public: Inkscape::XML::Document *rdoc; ///< Our Inkscape::XML::Document Inkscape::XML::Node *rroot; ///< Root element of Inkscape::XML::Document + private: SPRoot *root; ///< Our SPRoot + public: CRCascade *style_cascade; + CRStyleSheet *style_sheet; protected: char *uri; ///< A filename (not a URI yet), or NULL |
