From 59a5a605cd0bf30ba1a99350bbaca7e1d5ce8bd7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:55:06 -0500 Subject: [PATCH] fix --- components/ratgdo/switch/ratgdo_switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/switch/ratgdo_switch.h b/components/ratgdo/switch/ratgdo_switch.h index 2d427b5..f8414a5 100644 --- a/components/ratgdo/switch/ratgdo_switch.h +++ b/components/ratgdo/switch/ratgdo_switch.h @@ -13,7 +13,7 @@ namespace ratgdo { RATGDO_LOCK }; - class RATGDOSwitch : public switch ::Switch, public RATGDOClient, public Component { + class RATGDOSwitch : public switch::Switch, public RATGDOClient, public Component { public: void dump_config() override; void set_switch_type(SwitchType switch_type_) { this->switch_type_ = switch_type_; }