summaryrefslogtreecommitdiff
path: root/src/resources/inventory/complexinventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/inventory/complexinventory.h')
-rw-r--r--src/resources/inventory/complexinventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/inventory/complexinventory.h b/src/resources/inventory/complexinventory.h
index f016ab5e5..cc5611b19 100644
--- a/src/resources/inventory/complexinventory.h
+++ b/src/resources/inventory/complexinventory.h
@@ -37,8 +37,8 @@ class ComplexInventory final : public Inventory
*
* @param size the number of items that fit in the inventory
*/
- explicit ComplexInventory(const InventoryTypeT type,
- const int size = -1);
+ ComplexInventory(const InventoryTypeT type,
+ const int size);
/**
* Destructor.