]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/gui/guiHyperText.h
Fixed warning
[dragonfireclient.git] / src / gui / guiHyperText.h
index 8371157e29bf5aa3d732684d289e22de8dd120dd..5b936262e88ab4aa256836fff75a31c4ef05518d 100644 (file)
@@ -134,12 +134,7 @@ class ParsedText
        Tag m_root_tag;
 
 protected:
-       typedef enum
-       {
-               ER_NONE,
-               ER_TAG,
-               ER_NEWLINE
-       } EndReason;
+       typedef enum { ER_NONE, ER_TAG, ER_NEWLINE } EndReason;
 
        // Parser functions
        void enterElement(ElementType type);