support user data

This commit is contained in:
Lee Thomason
2016-07-17 22:35:52 -07:00
parent 536a4cde37
commit af9bce1762
3 changed files with 19 additions and 0 deletions

View File

@@ -719,6 +719,7 @@ XMLNode::XMLNode( XMLDocument* doc ) :
_parent( 0 ),
_firstChild( 0 ), _lastChild( 0 ),
_prev( 0 ), _next( 0 ),
_userData( 0 ),
_memPool( 0 )
{
}