aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/MerchantContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/MerchantContainer.cpp')
-rw-r--r--Minecraft.World/MerchantContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/MerchantContainer.cpp b/Minecraft.World/MerchantContainer.cpp
index cd3fde5e..7ceb4745 100644
--- a/Minecraft.World/MerchantContainer.cpp
+++ b/Minecraft.World/MerchantContainer.cpp
@@ -105,7 +105,7 @@ bool MerchantContainer::hasCustomName()
return false;
}
-int MerchantContainer::getMaxStackSize()
+int MerchantContainer::getMaxStackSize() const
{
return Container::LARGE_MAX_STACK_SIZE;
}