Explorar el Código

minor api addition from porting xenowar from TinyXML-1 to -2

Lee Thomason hace 14 años
padre
commit
618dbf82c5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.
 	*/