From da2ea3c2ffe5a37dc9ea978579af898110d31b22 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 13 Nov 2016 16:21:30 +0100 Subject: Added missing "override" specifier. --- src/Items/ItemSword.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Items/ItemSword.h') 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) { -- cgit v1.2.3