summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-11-07 08:22:54 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-11-07 08:22:54 -0800
commit2f98c62172fb3bdf45229cdfc3e735366874e962 (patch)
tree5dc5a2a3f870b8c6fdf78f67fc375fd601598144 /src/pugixml.hpp
parent70f57fab6d4881ab94055213ccc10a3d43858f1e (diff)
Rename xml_document::create/destroy for consistency
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp4
1 files changed, 2 insertions, 2 deletions
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