summaryrefslogtreecommitdiffstats
path: root/src/BlockArea.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockArea.h')
-rw-r--r--src/BlockArea.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockArea.h b/src/BlockArea.h
index 9c01719c3..6b3bdf337 100644
--- a/src/BlockArea.h
+++ b/src/BlockArea.h
@@ -317,8 +317,8 @@ protected:
void CopyNibbles(NIBBLETYPE * a_AreaDst, const NIBBLETYPE * a_ChunkSrc);
// cChunkDataCallback overrides:
- virtual bool Coords (int a_ChunkX, int a_ChunkZ) override;
- virtual void ChunkBuffer (const cChunkBuffer & a_BlockTypes) override;
+ virtual bool Coords(int a_ChunkX, int a_ChunkZ) override;
+ virtual void ChunkBuffer(const cChunkBuffer & a_BlockTypes) override;
} ;
typedef NIBBLETYPE * NIBBLEARRAY;