From 98d59615a3d6385540da45c8025346223f2dc21f Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Wed, 29 Jul 2020 21:44:49 +0200 Subject: [PATCH] changed --- include/Class/Item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Class/Item.h b/include/Class/Item.h index 1592c314..e0f9d2da 100644 --- a/include/Class/Item.h +++ b/include/Class/Item.h @@ -4,7 +4,7 @@ #include "Global.h" -class Item : public Item { +class Item : public Button { protected: String type;