Kaynağa Gözat

reverted the strong typed enum change

Pantelis Lekakis 5 yıl önce
ebeveyn
işleme
c87bf8187d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tinyxml2.h

+ 1 - 1
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,