aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/CraftingContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/CraftingContainer.cpp')
-rw-r--r--Minecraft.World/CraftingContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/CraftingContainer.cpp b/Minecraft.World/CraftingContainer.cpp
index 7057edfe..47a11eb4 100644
--- a/Minecraft.World/CraftingContainer.cpp
+++ b/Minecraft.World/CraftingContainer.cpp
@@ -95,7 +95,7 @@ void CraftingContainer::setItem(unsigned int slot, shared_ptr<ItemInstance> item
if(menu) menu->slotsChanged();
}
-int CraftingContainer::getMaxStackSize()
+int CraftingContainer::getMaxStackSize() const
{
return Container::LARGE_MAX_STACK_SIZE;
}