mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
minor api addition from porting xenowar from TinyXML-1 to -2
This commit is contained in:
parent
7d00b9ab95
commit
618dbf82c5
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user