This commit is contained in:
J. Nick Koston 2023-06-09 15:55:06 -05:00
parent ddb9115907
commit 59a5a605cd
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_; }