From b3cf7bd2daeb46a613611e8a5d3f47736b5780e9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Dec 2017 00:51:34 +0300 Subject: Remove default parameter from inventory. --- src/resources/inventory/inventory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/inventory/inventory.h') diff --git a/src/resources/inventory/inventory.h b/src/resources/inventory/inventory.h index 573a0f5c0..9286fbdc5 100644 --- a/src/resources/inventory/inventory.h +++ b/src/resources/inventory/inventory.h @@ -61,8 +61,8 @@ class Inventory notfinal * * @param size the number of items that fit in the inventory */ - explicit Inventory(const InventoryTypeT type, - const int size = -1); + Inventory(const InventoryTypeT type, + const int size); /** * Destructor. -- cgit v1.2.3-60-g2f50