This commit is contained in:
J. Nick Koston 2023-06-09 15:55:48 -05:00
parent 59a5a605cd
commit 624897bc89
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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_; }