fix
This commit is contained in:
parent
59a5a605cd
commit
624897bc89
|
@ -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_; }
|
||||
|
|
Loading…
Reference in New Issue