diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 17:25:25 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 17:25:25 +0000 |
| commit | a68dd35a31e54a4340d54a491a8f1b45d73352f4 (patch) | |
| tree | f67a1c6f5eb573c12be61a76182f9472bd96abc2 /src/xml/repr-css.cpp | |
| parent | Fixing typos and Menu tooltips (diff) | |
| download | inkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.tar.gz inkscape-a68dd35a31e54a4340d54a491a8f1b45d73352f4.zip | |
SPDocument->Document
(bzr r8416)
Diffstat (limited to 'src/xml/repr-css.cpp')
| -rw-r--r-- | src/xml/repr-css.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp index be125f453..172cfa6f3 100644 --- a/src/xml/repr-css.cpp +++ b/src/xml/repr-css.cpp @@ -18,7 +18,7 @@ using Inkscape::XML::AttributeRecord; using Inkscape::XML::SimpleNode; using Inkscape::XML::Node; using Inkscape::XML::NodeType; -using Inkscape::XML::Document; +//using Inkscape::XML::Document; struct SPCSSAttrImpl : public SimpleNode, public SPCSSAttr { public: @@ -30,7 +30,7 @@ public: NodeType type() const { return Inkscape::XML::ELEMENT_NODE; } protected: - SimpleNode *_duplicate(Document* doc) const { return new SPCSSAttrImpl(*this, doc); } + SimpleNode *_duplicate(Inkscape::XML::Document* doc) const { return new SPCSSAttrImpl(*this, doc); } }; static void sp_repr_css_add_components(SPCSSAttr *css, Node *repr, gchar const *attr); |
