summaryrefslogtreecommitdiff
path: root/doc/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-23 10:03:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-23 10:03:51 +0200
commit4726ef898e01335c67ebb42c946f96f1b98fa425 (patch)
tree57d13905d9b932752e5443e669cba6889ee9170a /doc/cxx
parent538fb327e13c3c9d3e7ae4a7dd06098d12667f2a (diff)
Fix typo in manual
Diffstat (limited to 'doc/cxx')
-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&lt;DOMElement*> (n);