From ffeffa2314dbe03e0ced58e0c465760b54908690 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Apr 2013 17:55:36 +0300 Subject: fix cide style. Add explicit keyword to some constructors. --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.h') 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. -- cgit v1.2.3-70-g09d2