summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSword.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemSword.h')
-rw-r--r--src/Items/ItemSword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemSword.h b/src/Items/ItemSword.h
index 26372cc40..46c88b49d 100644
--- a/src/Items/ItemSword.h
+++ b/src/Items/ItemSword.h
@@ -59,7 +59,7 @@ public:
- virtual float GetBlockBreakingStrength(BLOCKTYPE a_Block)
+ virtual float GetBlockBreakingStrength(BLOCKTYPE a_Block) override
{
if (a_Block == E_BLOCK_COBWEB)
{