summaryrefslogtreecommitdiffstats
path: root/source/items/Item.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/items/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/Item.h b/source/items/Item.h
index f0dcfd415..14780e6ee 100644
--- a/source/items/Item.h
+++ b/source/items/Item.h
@@ -24,7 +24,7 @@ public:
virtual bool IsPlaceable();
virtual BLOCKTYPE GetBlockType();
- virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override;
+ virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta);
virtual bool CanHarvestBlock(BLOCKTYPE a_BlockID);