summaryrefslogtreecommitdiffstats
path: root/src/ChunkMap.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-17 01:15:38 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-17 01:15:38 +0200
commita89524d5330ffbdbaea1d38421dabe8d8f62999e (patch)
tree4100b3ccc6d3ba6681f6a9e22cfb5bad8cd61feb /src/ChunkMap.h
parentWrong arrow commit. (diff)
downloadcuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.gz
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.bz2
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.lz
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.xz
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.tar.zst
cuberite-a89524d5330ffbdbaea1d38421dabe8d8f62999e.zip
Diffstat (limited to 'src/ChunkMap.h')
-rw-r--r--src/ChunkMap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h
index 9d973f2a9..adcf687c0 100644
--- a/src/ChunkMap.h
+++ b/src/ChunkMap.h
@@ -34,8 +34,8 @@ class cBlockArea;
class cMobCensus;
class cMobSpawner;
-typedef std::list<cClientHandle *> cClientHandleList;
-typedef cChunk * cChunkPtr;
+typedef std::list<cClientHandle *> cClientHandleList;
+typedef cChunk * cChunkPtr;
typedef cItemCallback<cEntity> cEntityCallback;
typedef cItemCallback<cBlockEntity> cBlockEntityCallback;
typedef cItemCallback<cChestEntity> cChestCallback;