mirror of https://github.com/AxioDL/tinyxml2.git
Merge branch 'master' of github.com:leethomason/tinyxml2
This commit is contained in:
commit
0218d9cd27
|
@ -498,6 +498,8 @@ public:
|
|||
Add a child node as the last (right) child.
|
||||
*/
|
||||
XMLNode* InsertEndChild( XMLNode* addThis );
|
||||
|
||||
XMLNode* LinkEndChild( XMLNode* addThis ) { return InsertEndChild( addThis ); }
|
||||
/**
|
||||
Add a child node as the first (left) child.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue