From b0fe94ddd458816accb13936c627f6bc419be553 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Thu, 30 Jul 2020 21:39:50 +0200 Subject: [PATCH] Change name --- include/Class/Item.h | 1 - include/Class/button.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/Class/Item.h b/include/Class/Item.h index e2d2d88c..f1afa218 100644 --- a/include/Class/Item.h +++ b/include/Class/Item.h @@ -5,7 +5,6 @@ #include "Global.h" class Item { - protected: String type; String key; diff --git a/include/Class/button.h b/include/Class/button.h index 41a336bd..7eb4a80e 100644 --- a/include/Class/button.h +++ b/include/Class/button.h @@ -7,7 +7,7 @@ class Button : public Item { public: - Button() : Item() + Button() : Item() {}; void pinModeSet(int pinf) { if (pin != "") {