summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index ae2cc9dfb..a5982c98e 100644
--- a/src/item.h
+++ b/src/item.h
@@ -158,7 +158,7 @@ class Item
bool isHaveTag(int tagId);
- unsigned char getColor()
+ unsigned char getColor() const
{ return mColor; }
protected: