diff --git a/tinyxml2.h b/tinyxml2.h index f0cfbcc..558ac75 100755 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -136,7 +136,7 @@ class XMLPrinter; class TINYXML2_LIB StrPair { public: - enum Mode : uint32_t { + enum Mode { NEEDS_ENTITY_PROCESSING = 0x01, NEEDS_NEWLINE_NORMALIZATION = 0x02, NEEDS_WHITESPACE_COLLAPSING = 0x04,