Initialize pointers to satisfy static code analyser.
This commit is contained in:
@@ -581,7 +581,8 @@ XMLNode::XMLNode( XMLDocument* doc ) :
|
||||
_document( doc ),
|
||||
_parent( 0 ),
|
||||
_firstChild( 0 ), _lastChild( 0 ),
|
||||
_prev( 0 ), _next( 0 )
|
||||
_prev( 0 ), _next( 0 ),
|
||||
_memPool( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user