diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-04-05 00:15:56 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-05 00:15:56 +0200 |
| commit | 70412e7e254a36398f101b4bfe1926c619063202 (patch) | |
| tree | 1a49d68aeaae5ca2869c37014a5d688ee37fda74 /src/common/Logging | |
| parent | e3acb2ecc76910155878116a92795480df7f8d73 (diff) | |
Core/Misc: MSVC warning fixes
Diffstat (limited to 'src/common/Logging')
| -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, |
