summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DropperEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockEntities/DropperEntity.h')
-rw-r--r--src/BlockEntities/DropperEntity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockEntities/DropperEntity.h b/src/BlockEntities/DropperEntity.h
index 8e07bc6f8..c87b42cf4 100644
--- a/src/BlockEntities/DropperEntity.h
+++ b/src/BlockEntities/DropperEntity.h
@@ -31,8 +31,8 @@ public:
static const char * GetClassStatic(void) { return "cDropperEntity"; }
protected:
- // cDropSpenserEntity overrides:
- virtual void DropSpenseFromSlot(cChunk & a_Chunk, int a_SlotNum) override;
+ // cDropSpenserEntity /*override*/s:
+ virtual void DropSpenseFromSlot(cChunk & a_Chunk, int a_SlotNum) /*override*/;
/** Takes an item from slot a_SlotNum and puts it into the container in front of the dropper.
Called when there's a container directly in front of the dropper,