mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
Fix missing override
This commit is contained in:
@@ -149,7 +149,7 @@ public:
|
||||
sendNext();
|
||||
}
|
||||
void
|
||||
send(std::string const& msg)
|
||||
send(std::string const& msg) override
|
||||
{
|
||||
send({msg});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user