summaryrefslogtreecommitdiffstats
path: root/source/items/ItemSword.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/items/ItemSword.h')
-rw-r--r--source/items/ItemSword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/ItemSword.h b/source/items/ItemSword.h
index f49436d51..cbe172c8f 100644
--- a/source/items/ItemSword.h
+++ b/source/items/ItemSword.h
@@ -12,7 +12,7 @@ public:
}
- virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID)
+ virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID) override
{
return a_BlockID == E_BLOCK_COBWEB;
}