Преглед изворни кода

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