Merge branch 'master' of github.com:leethomason/tinyxml2

This commit is contained in:
Lee Thomason (grinliz) 2012-02-28 13:26:23 -08:00
commit 0218d9cd27
1 changed files with 2 additions and 0 deletions

View File

@ -498,6 +498,8 @@ public:
Add a child node as the last (right) child. Add a child node as the last (right) child.
*/ */
XMLNode* InsertEndChild( XMLNode* addThis ); XMLNode* InsertEndChild( XMLNode* addThis );
XMLNode* LinkEndChild( XMLNode* addThis ) { return InsertEndChild( addThis ); }
/** /**
Add a child node as the first (left) child. Add a child node as the first (left) child.
*/ */