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:
@@ -122,6 +122,7 @@ public:
|
||||
|
||||
protected:
|
||||
XMLNode( XMLDocument* );
|
||||
void Unlink( XMLNode* child );
|
||||
|
||||
XMLDocument* document;
|
||||
XMLNode* parent;
|
||||
|
||||
Reference in New Issue
Block a user