summaryrefslogtreecommitdiffstats
path: root/source/Item.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Item.cpp b/source/Item.cpp
index a2e4a9f24..e2cacdac1 100644
--- a/source/Item.cpp
+++ b/source/Item.cpp
@@ -75,7 +75,7 @@ bool cItem::DamageItem(short a_Amount)
-bool cItem::IsStackableWith(const cItem & a_OtherStack)
+bool cItem::IsStackableWith(const cItem & a_OtherStack) const
{
if (a_OtherStack.m_ItemType != m_ItemType)
{