commit | 74e394023ab1a47eabf7cbea2b5c0d2c99fbfcff | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Thu Jan 01 16:26:17 2015 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Thu Jan 01 16:26:17 2015 +0300 |
tree | 0e651037e53de268e6eedad605a83535bb333659 | |
parent | b4e81b014e06302df55d0441dceadf6f6825e0ce [diff] [blame] |
Reuse pre-insert manipulations
diff --git a/tinyxml2.h b/tinyxml2.h index 530160f..0286649 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -894,6 +894,7 @@ MemPool* _memPool; void Unlink( XMLNode* child ); static void DeleteNode( XMLNode* node ); + void BeforeInsertChild( XMLNode* insertThis ) const; };