summaryrefslogtreecommitdiff
path: root/src/pugixml.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-05 20:44:27 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-01-05 20:44:27 +0000
commite59c153d9741f76ed6b07ea405484c3374decd8b (patch)
treebf2ddeec3f28414ad9707ba5e5732d73e4c45772 /src/pugixml.hpp
parentd2443e8948ac237d02df51810d74343ae3a0551f (diff)
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
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r--src/pugixml.hpp2
1 files changed, 1 insertions, 1 deletions
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.