From c87bf8187d923c0c24badff0d1706cab34eb26e7 Mon Sep 17 00:00:00 2001 From: Pantelis Lekakis Date: Wed, 23 Sep 2020 21:59:13 +0100 Subject: [PATCH] reverted the strong typed enum change --- tinyxml2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,