commit | d923c670fcbb6919e415ca4d2b81081e0f83e3f7 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Mon Jan 23 08:44:25 2012 -0800 |
committer | Lee Thomason <leethomason@gmail.com> | Mon Jan 23 08:44:25 2012 -0800 |
tree | 6e4b6e549493c739dacae30189e550b9fc93ea81 | |
parent | 6ee99fc344e12bf243bd6f71f627746b38d525e8 [diff] [blame] |
fix double delete in xml element
diff --git a/tinyxml2.h b/tinyxml2.h index 779fdde..100ade0 100644 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -122,6 +122,7 @@ protected: XMLNode( XMLDocument* ); + void Unlink( XMLNode* child ); XMLDocument* document; XMLNode* parent;