summaryrefslogtreecommitdiffstats
path: root/src/ChunkSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChunkSender.h')
-rw-r--r--src/ChunkSender.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChunkSender.h b/src/ChunkSender.h
index 43246ad64..7fe47c360 100644
--- a/src/ChunkSender.h
+++ b/src/ChunkSender.h
@@ -47,7 +47,7 @@ class cChunkSender;
-class cChunkSender:
+class cChunkSender final :
public cIsThread,
public cChunkDataCopyCollector
{
@@ -125,7 +125,7 @@ protected:
// cChunkDataCollector overrides:
// (Note that they are called while the ChunkMap's CS is locked - don't do heavy calculations here!)
- virtual void BiomeData (const cChunkDef::BiomeMap * a_BiomeMap) override;
+ virtual void BiomeMap (const cChunkDef::BiomeMap & a_BiomeMap) override;
virtual void Entity (cEntity * a_Entity) override;
virtual void BlockEntity (cBlockEntity * a_Entity) override;