summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemVine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemVine.h')
-rw-r--r--src/Items/ItemVine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Items/ItemVine.h b/src/Items/ItemVine.h
index 1a56a23d0..be5cf4588 100644
--- a/src/Items/ItemVine.h
+++ b/src/Items/ItemVine.h
@@ -7,7 +7,7 @@
-class cItemVineHandler :
+class cItemVineHandler final :
public cItemHandler
{
using Super = cItemHandler;
@@ -18,7 +18,7 @@ public:
private:
- virtual bool CommitPlacement(cPlayer & a_Player, const cItem & a_HeldItem, const Vector3i a_PlacePosition, const eBlockFace a_ClickedBlockFace, const Vector3i a_CursorPosition) override
+ virtual bool CommitPlacement(cPlayer & a_Player, const cItem & a_HeldItem, const Vector3i a_PlacePosition, const eBlockFace a_ClickedBlockFace, const Vector3i a_CursorPosition) const override
{
BLOCKTYPE Block;
NIBBLETYPE Meta;