From 624897bc8997d1f2a90a6a00dd25a4a7b5fa942b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:55:48 -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 f8414a5..b815818 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_; }