summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78d61a8)
raw | patch | inline | side by side (parent: 78d61a8)
author | pjrm <pjrm@users.sourceforge.net> | |
Wed, 11 Jun 2008 08:09:07 +0000 (08:09 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Wed, 11 Jun 2008 08:09:07 +0000 (08:09 +0000) |
src/xml/simple-node.cpp | patch | blob | history |
index d4a412ae63e1fb3e803283b37fba6085e1439fa0..ba793721eaaa47b57baebdcd4bee1bcaa799318b 100644 (file)
--- a/src/xml/simple-node.cpp
+++ b/src/xml/simple-node.cpp
: Node(), _name(code), _attributes(), _child_count(0),
_cached_positions_valid(false)
{
- g_assert(document != NULL);
+ //g_assert(document != NULL); // todo: We want to re-enable this, but it doesn't hold yet.
this->_document = document;
this->_parent = this->_next = NULL;
_child_count(node._child_count),
_cached_positions_valid(node._cached_positions_valid)
{
- g_assert(document != NULL);
+ //g_assert(document != NULL); // todo: We want to re-enable this, but it doesn't hold yet.
_document = document;
_parent = _next = NULL;