From 3b9a97ea5f7694fd6bf5bc98d822f2385be591cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 15:06:04 +0300 Subject: add missing const in inventory declaration. --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/inventory.h b/src/inventory.h index f6dd11017..e9949dc52 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -99,7 +99,7 @@ class Inventory final * Adds a new item in a free slot. */ void addItem(const int id, const int quantity, const int refine, - const unsigned char color, bool equipment = false); + const unsigned char color, const bool equipment = false); /** * Sets the item at the given position. -- cgit v1.2.3-60-g2f50