Reuse pre-insert manipulations

This commit is contained in:
Dmitry-Me
2015-01-01 16:26:17 +03:00
parent b4e81b014e
commit 74e394023a
2 changed files with 15 additions and 14 deletions

View File

@@ -894,6 +894,7 @@ private:
MemPool* _memPool;
void Unlink( XMLNode* child );
static void DeleteNode( XMLNode* node );
void BeforeInsertChild( XMLNode* insertThis ) const;
};