commit | 3cebdc4fac1dd762f2304cbb3db7d3bbb3e93622 | [log] [tgz] |
---|---|---|
author | Lee Thomason <lthomaso@adobe.com> | Mon Jan 05 17:16:28 2015 -0800 |
committer | Lee Thomason <lthomaso@adobe.com> | Mon Jan 05 17:16:28 2015 -0800 |
tree | a627e8307e359c4e0b2e27548fc86ebc5070be0b | |
parent | 75b4e23957f8540a61402e571d34f2fe84c67fa2 [diff] [blame] |
clean up function names. clean up pointer
diff --git a/tinyxml2.h b/tinyxml2.h index 9f130fb..b18caf1 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -899,7 +899,7 @@ MemPool* _memPool; void Unlink( XMLNode* child ); static void DeleteNode( XMLNode* node ); - void BeforeInsertChild( XMLNode* insertThis ) const; + void InsertChildPreamble( XMLNode* insertThis ) const; };