1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

fix double delete in xml element

This commit is contained in:
Lee Thomason
2012-01-23 08:44:25 -08:00
parent 6ee99fc344
commit d923c670fc
3 changed files with 24 additions and 15 deletions
+1
View File
@@ -122,6 +122,7 @@ public:
protected:
XMLNode( XMLDocument* );
void Unlink( XMLNode* child );
XMLDocument* document;
XMLNode* parent;