summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp
index 28b7aa3..69b2cb2 100644
--- a/src/pugixml.hpp
+++ b/src/pugixml.hpp
@@ -926,8 +926,7 @@ namespace pugi
private:
char_t* _buffer;
- // sizeof(xml_memory_page) + sizeof(xml_document_struct) + xml_memory_page_alignment
- char _memory[sizeof(void*) * 20 + 64];
+ char _memory[192];
// Non-copyable semantics
xml_document(const xml_document&);