From e59c153d9741f76ed6b07ea405484c3374decd8b Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 5 Jan 2009 20:44:27 +0000 Subject: Compilation fix, renamed format_write_bom to format_write_bom_utf8 git-svn-id: http://pugixml.googlecode.com/svn/trunk@96 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 5276447..927d18e 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -179,7 +179,7 @@ namespace pugi * * This flag is off by default. */ - const unsigned int format_write_bom = 0x02; + const unsigned int format_write_bom_utf8 = 0x02; /** * If this flag is on, no indentation is performed and no line breaks are written to output file. -- cgit v1.2.3