1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

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
+1
View File
@@ -894,6 +894,7 @@ private:
MemPool* _memPool;
void Unlink( XMLNode* child );
static void DeleteNode( XMLNode* node );
void BeforeInsertChild( XMLNode* insertThis ) const;
};