diff options
author | Samuel Barney <samjbarney@gmail.com> | 2014-08-21 21:43:19 +0200 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2014-08-21 21:43:19 +0200 |
commit | 01c899f9036a01d7c60d05b89c953138a1770810 (patch) | |
tree | 964e8ee4893a1fe346d20fdfbe027bf30a4ba122 /src/ChunkSender.h | |
parent | Temporarily commented out override directives. (diff) | |
download | cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.gz cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.bz2 cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.lz cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.xz cuberite-01c899f9036a01d7c60d05b89c953138a1770810.tar.zst cuberite-01c899f9036a01d7c60d05b89c953138a1770810.zip |
Diffstat (limited to 'src/ChunkSender.h')
-rw-r--r-- | src/ChunkSender.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChunkSender.h b/src/ChunkSender.h index 9b0136a79..c0c427dbd 100644 --- a/src/ChunkSender.h +++ b/src/ChunkSender.h @@ -152,10 +152,10 @@ protected: sBlockCoords m_BlockEntities; // Coords of the block entities to send // TODO: sEntityIDs m_Entities; // Entity-IDs of the entities to send - // cIsThread /*override*/: - virtual void Execute(void) /*override*/; + // cIsThread override: + virtual void Execute(void) override; - // cChunkDataCollector /*override*/s: + // 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 Entity (cEntity * a_Entity) /*override*/; |