diff --git a/src/webserver/WsBase.h b/src/webserver/WsBase.h index 43bbe986..58f4f563 100644 --- a/src/webserver/WsBase.h +++ b/src/webserver/WsBase.h @@ -149,7 +149,7 @@ public: sendNext(); } void - send(std::string const& msg) + send(std::string const& msg) override { send({msg}); }