diff options
| author | johnce <johnce@users.sourceforge.net> | 2009-08-05 18:32:38 +0000 |
|---|---|---|
| committer | johnce <johnce@users.sourceforge.net> | 2009-08-05 18:32:38 +0000 |
| commit | e8b5612f8dbe3cefaf56469320fa12bea9713a1b (patch) | |
| tree | 74775a17063750fef065108a67621107c9f56122 /src/box3d-context.cpp | |
| parent | SPDocument->Document (diff) | |
| download | inkscape-e8b5612f8dbe3cefaf56469320fa12bea9713a1b.tar.gz inkscape-e8b5612f8dbe3cefaf56469320fa12bea9713a1b.zip | |
xml/Document -> DocumentTree
(bzr r8417)
Diffstat (limited to 'src/box3d-context.cpp')
| -rw-r--r-- | src/box3d-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index 7e6eaaa22..4146ec30d 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -561,7 +561,7 @@ static void sp_box3d_drag(Box3DContext &bc, guint /*state*/) } /* Create object */ - Inkscape::XML::Document *xml_doc = sp_document_repr_doc(SP_EVENT_CONTEXT_DOCUMENT(&bc)); + Inkscape::XML::DocumentTree *xml_doc = sp_document_repr_doc(SP_EVENT_CONTEXT_DOCUMENT(&bc)); Inkscape::XML::Node *repr = xml_doc->createElement("svg:g"); repr->setAttribute("sodipodi:type", "inkscape:box3d"); |
