summaryrefslogtreecommitdiffstats
path: root/source/items/ItemCloth.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-16 20:29:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-16 20:29:33 +0200
commit3eff1473553bf54acd1cff839ece0f1a91a372f1 (patch)
treec374a72e6dd0d0ac7109a1c7c054662044705731 /source/items/ItemCloth.h
parentFixed a compilation warning (diff)
downloadcuberite-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/ItemCloth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/items/ItemCloth.h b/source/items/ItemCloth.h
index 805e90cb4..e3ab0c74b 100644
--- a/source/items/ItemCloth.h
+++ b/source/items/ItemCloth.h
@@ -11,7 +11,7 @@ public:
{
}
- virtual char GetBlockMeta(char a_ItemMeta)
+ virtual NIBBLETYPE GetBlockMeta(char a_ItemMeta) override
{
return a_ItemMeta;
}