Merge pull request #257 from Dmitry-Me/reusePreInsertMagic

Reuse pre-insert manipulations
This commit is contained in:
Lee Thomason
2015-01-05 17:05:23 -08:00
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;
};