commit | 618dbf82c5002e05f368d1659c59549c926e052b | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Tue Feb 28 12:34:27 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Tue Feb 28 12:34:27 2012 -0800 |
tree | 417545321a40dd154866b15cee259eace7a2d0fb | |
parent | 7d00b9ab958653e2a469a7a05d9b3d8184a4616c [diff] [blame] |
minor api addition from porting xenowar from TinyXML-1 to -2
diff --git a/tinyxml2.h b/tinyxml2.h index 81f1ddd..ac89e36 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -498,6 +498,8 @@ 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. */