diff options
Diffstat (limited to 'source/items/ItemSlab.h')
-rw-r--r-- | source/items/ItemSlab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/ItemSlab.h b/source/items/ItemSlab.h index 3cb4afeb0..54186d704 100644 --- a/source/items/ItemSlab.h +++ b/source/items/ItemSlab.h @@ -32,7 +32,7 @@ public: return false;
}
- virtual char GetBlockMeta(char a_ItemMeta)
+ virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override
{
return a_ItemMeta;
}
|