summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h2
1 files changed, 1 insertions, 1 deletions
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.