summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-06-16 16:51:30 +0200
committermadmaxoft <github@xoft.cz>2014-06-16 16:51:30 +0200
commitd379f27ea483a23bf6065e4bc668e82c915fa511 (patch)
tree076ccdbadc6e13d9d25f60971a2f68796124781c
parentMerge branch 'master' of github.com:mc-server/MCServer (diff)
downloadcuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.tar
cuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.tar.gz
cuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.tar.bz2
cuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.tar.lz
cuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.tar.xz
cuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.tar.zst
cuberite-d379f27ea483a23bf6065e4bc668e82c915fa511.zip
-rw-r--r--src/ChunkMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h
index 5aad0dd2a..f02dd3302 100644
--- a/src/ChunkMap.h
+++ b/src/ChunkMap.h
@@ -450,7 +450,7 @@ private:
/** The cChunkStay descendants that are currently enabled in this chunkmap */
cChunkStays m_ChunkStays;
- std::auto_ptr<cAllocationPool<cChunkData::sChunkSection>> m_Pool;
+ std::auto_ptr<cAllocationPool<cChunkData::sChunkSection> > m_Pool;
cChunkPtr GetChunk (int a_ChunkX, int a_ChunkY, int a_ChunkZ); // Also queues the chunk for loading / generating if not valid
cChunkPtr GetChunkNoGen (int a_ChunkX, int a_ChunkY, int a_ChunkZ); // Also queues the chunk for loading if not valid; doesn't generate