Fix missing override

This commit is contained in:
Edward Hennis
2021-10-04 18:38:33 -04:00
parent edcb52dcf6
commit e67ea1afb6

View File

@@ -149,7 +149,7 @@ public:
sendNext(); sendNext();
} }
void void
send(std::string const& msg) send(std::string const& msg) override
{ {
send({msg}); send({msg});
} }