fix CI checks part 3

This commit is contained in:
Alexander 'Leo' Bergolth 2022-03-26 21:38:11 +01:00
parent aa984e7ec6
commit c77935b3ec

View file

@ -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