diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/inventory/inventory.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |