Add more details to the IMRS description.

This commit is contained in:
Jonathan Naylor 2020-08-21 13:37:37 +01:00
parent 1b8b2918c0
commit 019ee2437e
10 changed files with 24 additions and 15 deletions

View file

@ -86,7 +86,7 @@ CYSFNetwork::~CYSFNetwork()
delete[] m_poll;
}
std::string CYSFNetwork::getDesc()
std::string CYSFNetwork::getDesc(unsigned int dgId)
{
return "YSF: " + m_name;
}