Fix C4NETIO_DEBUG

install-platforms
Lukas Werling 2017-12-02 18:33:08 +01:00
parent 72093ffa7f
commit 2d4934e4dd
1 changed files with 5 additions and 0 deletions

View File

@ -2326,6 +2326,11 @@ struct C4NetIOUDP::BinAddr
return result;
}
StdStrBuf ToString() const
{
return static_cast<C4NetIO::addr_t>(*this).ToString();
}
uint16_t port;
uint8_t type{0};
union