瀏覽代碼

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

Lee Thomason (grinliz) 14 年之前
父節點
當前提交
0218d9cd27
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tinyxml2.h

+ 2 - 0
tinyxml2.h

@@ -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.
 	*/