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