diff options
Diffstat (limited to 'src/Items/ItemFood.h')
-rw-r--r-- | src/Items/ItemFood.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemFood.h b/src/Items/ItemFood.h index 2fbbb2528..cfdac26c6 100644 --- a/src/Items/ItemFood.h +++ b/src/Items/ItemFood.h @@ -11,7 +11,7 @@ class cItemFoodHandler : public cItemHandler { typedef cItemHandler super; - + public: cItemFoodHandler(int a_ItemType) : super(a_ItemType) |