This commit is contained in:
Dmitry Borisenko
2020-07-29 21:53:32 +02:00
parent 98d59615a3
commit 7806aa1ae8
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#include "Global.h"
class Item : public Button {
class Item {
protected:
String type;