diff options
-rw-r--r-- | src/pugixml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index b9bbd83..90023ea 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -1804,8 +1804,8 @@ namespace struct xml_parser
{
xml_allocator alloc;
- char_t* error_offset;
jmp_buf error_handler;
+ char_t* error_offset;
// Parser utilities.
#define SKIPWS() { while (IS_CHARTYPE(*s, ct_space)) ++s; }
|