aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging/Appender.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Logging/Appender.h')
-rw-r--r--src/common/Logging/Appender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/Appender.h b/src/common/Logging/Appender.h
index c3768058a1b..ed98fd56935 100644
--- a/src/common/Logging/Appender.h
+++ b/src/common/Logging/Appender.h
@@ -40,7 +40,7 @@ class TC_COMMON_API Appender
void setLogLevel(LogLevel);
void write(LogMessage* message);
- static const char* getLogLevelString(LogLevel level);
+ static char const* getLogLevelString(LogLevel level);
virtual void setRealmId(uint32 /*realmId*/) { }
private: