mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fix CI checks part 3
This commit is contained in:
parent
aa984e7ec6
commit
c77935b3ec
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class StatesIterator : public ListEntitiesIterator {
|
|||
protected:
|
||||
// WebServer *web_server_;
|
||||
optional<std::string> str_;
|
||||
virtual bool process(std::string s);
|
||||
bool process(std::string s) override;
|
||||
};
|
||||
|
||||
} // namespace web_server
|
||||
|
|
Loading…
Reference in a new issue