From 30fbb3e32807a856659e8b4d5fa4b5003519a43d Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 13 Jun 2010 20:41:12 +0000 Subject: Fixed MSVC x64 warning git-svn-id: http://pugixml.googlecode.com/svn/trunk@522 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.cpp') 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; } -- cgit v1.2.3