Stop GCC warnings about the deprecated OnServerSplit event.

This commit is contained in:
Peter Powell 2019-09-30 10:11:43 +01:00
parent 96d145b83b
commit 8ebe4ce2cb

View File

@ -40,6 +40,9 @@ static std::string sasl_target;
class ServerTracker
: public ServerProtocol::LinkEventListener
{
// Stop GCC warnings about the deprecated OnServerSplit event.
using ServerProtocol::LinkEventListener::OnServerSplit;
bool online;
void Update(const Server* server, bool linked)