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;

 };