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