diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index 8c236045e..a9b5bb99a 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -66,7 +66,7 @@ public: cChunkMap * a_ChunkMap, cWorld * a_World, // Parent objects cAllocationPool<cChunkData::sChunkSection> & a_Pool ); - cChunk(cChunk & other) = delete; + cChunk(const cChunk & Other) = delete; ~cChunk(); /** Returns true iff the chunk block data is valid (loaded / generated) */ |