reverted the strong typed enum change

This commit is contained in:
Pantelis Lekakis
2020-09-23 21:59:13 +01:00
parent 6df0cae189
commit c87bf8187d

View File

@@ -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,