This commit is contained in:
Guijun 2015-12-29 18:49:01 +00:00
commit 2fbdafd399

View File

@ -941,7 +941,7 @@ namespace pugi
private:
char_t* _buffer;
char _memory[192];
char _memory[192+64];
// Non-copyable semantics
xml_document(const xml_document&);