summaryrefslogtreecommitdiff
path: root/documentation/cxx/tree/manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/cxx/tree/manual')
-rw-r--r--documentation/cxx/tree/manual/index.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/cxx/tree/manual/index.xhtml b/documentation/cxx/tree/manual/index.xhtml
index 8df33e3..eb41bb8 100644
--- a/documentation/cxx/tree/manual/index.xhtml
+++ b/documentation/cxx/tree/manual/index.xhtml
@@ -5857,7 +5857,7 @@ XMLPlatformUtils::Initialize ();
xml_schema::flags::dont_initialize);
DOMNode* n = root->_node ();
- assert (n->getNodeType () != DOMNode::ELEMENT_NODE);
+ assert (n->getNodeType () == DOMNode::ELEMENT_NODE);
DOMElement* re = static_cast<DOMElement*> (n);
// Get the 'a' element. Note that it is not necessarily the