summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemChorusFruit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemChorusFruit.h')
-rw-r--r--src/Items/ItemChorusFruit.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Items/ItemChorusFruit.h b/src/Items/ItemChorusFruit.h
index d60c2730f..077752099 100644
--- a/src/Items/ItemChorusFruit.h
+++ b/src/Items/ItemChorusFruit.h
@@ -8,13 +8,11 @@
-class cItemChorusFruitHandler final:
- public cItemFoodHandler
+class cItemChorusFruitHandler final : public cItemFoodHandler
{
using Super = cItemFoodHandler;
-public:
-
+ public:
constexpr cItemChorusFruitHandler(int a_ItemType) :
Super(a_ItemType, FoodInfo(4, 2.4))
{
@@ -40,5 +38,4 @@ public:
}
return true;
}
-
};