diff options
Diffstat (limited to 'src/common/Logging/Appender.h')
-rw-r--r-- | src/common/Logging/Appender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/Appender.h b/src/common/Logging/Appender.h index 22fe1112239..d24daa2b60d 100644 --- a/src/common/Logging/Appender.h +++ b/src/common/Logging/Appender.h @@ -41,7 +41,7 @@ enum LogLevel const uint8 MaxLogLevels = 6; -enum AppenderType +enum AppenderType : uint8 { APPENDER_NONE, APPENDER_CONSOLE, |