diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-16 20:29:33 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-16 20:29:33 +0200 |
commit | 3eff1473553bf54acd1cff839ece0f1a91a372f1 (patch) | |
tree | c374a72e6dd0d0ac7109a1c7c054662044705731 /source/items/ItemSlab.h | |
parent | Fixed a compilation warning (diff) | |
download | cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.gz cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.bz2 cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.lz cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.xz cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.tar.zst cuberite-3eff1473553bf54acd1cff839ece0f1a91a372f1.zip |
Diffstat (limited to '')
-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;
}
|