commit | 50adb4ca8ef5c8a62c6395aa9e37163fa0b42fcb | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Mon Feb 13 15:07:09 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Mon Feb 13 15:07:09 2012 -0800 |
tree | 8ce3b55bce364d1fa65ff40e8522e758a409f81b | |
parent | 50f97b2d06b5f3dc59676c38e893cd04a1e76936 [diff] [blame] |
sync
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index ee0f88c..3614b46 100644 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -275,7 +275,7 @@ XMLNode::XMLNode( XMLDocument* doc ) : document( doc ), parent( 0 ), - isTextParent( false ), +// isTextParent( false ), firstChild( 0 ), lastChild( 0 ), prev( 0 ), next( 0 ) { @@ -342,9 +342,9 @@ addThis->prev = 0; addThis->next = 0; } - if ( addThis->ToText() ) { - SetTextParent(); - } +// if ( addThis->ToText() ) { +// SetTextParent(); +// } return addThis; }