diff options
Diffstat (limited to 'src/Items/ItemCloth.h')
-rw-r--r-- | src/Items/ItemCloth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Items/ItemCloth.h b/src/Items/ItemCloth.h index aca27a299..149bd642b 100644 --- a/src/Items/ItemCloth.h +++ b/src/Items/ItemCloth.h @@ -7,11 +7,11 @@ -class cItemClothHandler : +class cItemClothHandler final : public cItemHandler { public: - cItemClothHandler(int a_ItemType) + constexpr cItemClothHandler(int a_ItemType) : cItemHandler(a_ItemType) { |