summaryrefslogtreecommitdiff
path: root/documentation/cxx/tree/manual
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-09 11:25:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-09 11:25:20 +0200
commitfddeb5ddbd383b49bd1f6f04208d24023f8c3033 (patch)
tree2653d0154d7a7f8126db65e999e3283a7467ebcf /documentation/cxx/tree/manual
parent9e53510ee0bb5f74536f0e1636f0fb2d55edffc1 (diff)
Fix bug in documentation
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&lt;DOMElement*> (n);
// Get the 'a' element. Note that it is not necessarily the