summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 898cadc..4ca5197 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -861,8 +861,6 @@ namespace pugi
void create();
void destroy();
- xml_parse_result load_buffer_impl(void* contents, size_t size, unsigned int options, xml_encoding encoding, bool is_mutable, bool own);
-
public:
// Default constructor, makes empty document
xml_document();