diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-08-10 20:34:11 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-08-10 20:34:11 +0200 |
commit | 806d0936dc94f235858ffe1772a6215f86c5d000 (patch) | |
tree | 38a84d8de02dc7da20af969f88c722abbea13300 /src/CompositeChat.h | |
parent | Merge pull request #1291 from mc-server/RedstoneCleanUp (diff) | |
download | cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.tar cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.tar.gz cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.tar.bz2 cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.tar.lz cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.tar.xz cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.tar.zst cuberite-806d0936dc94f235858ffe1772a6215f86c5d000.zip |
Diffstat (limited to 'src/CompositeChat.h')
-rw-r--r-- | src/CompositeChat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompositeChat.h b/src/CompositeChat.h index 1ad196f1d..cc7c446c3 100644 --- a/src/CompositeChat.h +++ b/src/CompositeChat.h @@ -196,7 +196,7 @@ public: /** Converts the MessageType to a LogLevel value. Used by the logging bindings when logging a cCompositeChat object. */ - static cMCLogger::eLogLevel MessageTypeToLogLevel(eMessageType a_MessageType); + static Logger::eLogLevel MessageTypeToLogLevel(eMessageType a_MessageType); protected: /** All the parts that */ |