summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemDye.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemDye.h')
-rw-r--r--src/Items/ItemDye.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/Items/ItemDye.h b/src/Items/ItemDye.h
index 38cc2e4b2..5b0081b45 100644
--- a/src/Items/ItemDye.h
+++ b/src/Items/ItemDye.h
@@ -10,16 +10,13 @@
-class cItemDyeHandler :
+class cItemDyeHandler final :
public cItemHandler
{
using Super = cItemHandler;
public:
- cItemDyeHandler(int a_ItemType):
- Super(a_ItemType)
- {
- }
+ using Super::Super;
@@ -32,7 +29,7 @@ public:
const cItem & a_HeldItem,
const Vector3i a_ClickedBlockPos,
eBlockFace a_ClickedBlockFace
- ) override
+ ) const override
{
if ((a_HeldItem.m_ItemDamage == E_META_DYE_WHITE) && (a_ClickedBlockFace != BLOCK_FACE_NONE))
{