clean up function names. clean up pointer

This commit is contained in:
Lee Thomason
2015-01-05 17:16:28 -08:00
parent 75b4e23957
commit 3cebdc4fac
2 changed files with 8 additions and 8 deletions

View File

@@ -899,7 +899,7 @@ private:
MemPool* _memPool;
void Unlink( XMLNode* child );
static void DeleteNode( XMLNode* node );
void BeforeInsertChild( XMLNode* insertThis ) const;
void InsertChildPreamble( XMLNode* insertThis ) const;
};