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

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