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/Globals.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 '')
-rw-r--r-- | src/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Globals.h b/src/Globals.h index 60ee456c9..ae7a68e7f 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -249,7 +249,7 @@ template class SizeChecker<UInt16, 2>; #include "OSSupport/Event.h" #include "OSSupport/Thread.h" #include "OSSupport/File.h" - #include "MCLogger.h" + #include "LogDispacher.h" #else // Logging functions void inline LOGERROR(const char* a_Format, ...) FORMATSTRING(1, 2); |