support user data
This commit is contained in:
@@ -719,6 +719,7 @@ XMLNode::XMLNode( XMLDocument* doc ) :
|
||||
_parent( 0 ),
|
||||
_firstChild( 0 ), _lastChild( 0 ),
|
||||
_prev( 0 ), _next( 0 ),
|
||||
_userData( 0 ),
|
||||
_memPool( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user