summaryrefslogtreecommitdiff
path: root/doc/cxx/tree
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cxx/tree')
-rw-r--r--doc/cxx/tree/manual/index.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cxx/tree/manual/index.xhtml b/doc/cxx/tree/manual/index.xhtml
index ecab419..44474da 100644
--- a/doc/cxx/tree/manual/index.xhtml
+++ b/doc/cxx/tree/manual/index.xhtml
@@ -6617,7 +6617,7 @@ XMLPlatformUtils::Initialize ();
xml_schema::flags::keep_dom |
xml_schema::flags::dont_initialize));
- DOMNode* n = root->_node ();
+ DOMNode* n = r->_node ();
assert (n->getNodeType () == DOMNode::ELEMENT_NODE);
DOMElement* re = static_cast<DOMElement*> (n);