From 2f98c62172fb3bdf45229cdfc3e735366874e962 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 7 Nov 2016 08:22:54 -0800 Subject: Rename xml_document::create/destroy for consistency --- src/pugixml.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index b2a1e80..46dd6b3 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -978,8 +978,8 @@ namespace pugi xml_document(const xml_document&); xml_document& operator=(const xml_document&); - void create(); - void destroy(); + void _create(); + void _destroy(); public: // Default constructor, makes empty document -- cgit v1.2.3