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

View File

@@ -122,6 +122,7 @@ public:
protected:
XMLNode( XMLDocument* );
void Unlink( XMLNode* child );
XMLDocument* document;
XMLNode* parent;