diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index 46a0b3f58..f5a0f227c 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -66,7 +66,7 @@ class Inventory final * * @param size the number of items that fit in the inventory */ - Inventory(const int type, const int size = -1); + explicit Inventory(const int type, const int size = -1); /** * Destructor. |