From e120b108c3e734593878752612f02ba2670ac34b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Dec 2017 01:02:38 +0300 Subject: Remove default parameter from complexinventory. --- src/resources/inventory/complexinventory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/inventory/complexinventory.h') 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. -- cgit v1.2.3-60-g2f50