diff -r e254398fcc7c -r 20ca0a6be175 sources/network/ipaddress.h --- a/sources/network/ipaddress.h Wed Jan 27 13:17:11 2021 +0200 +++ b/sources/network/ipaddress.h Wed Jan 27 14:04:53 2021 +0200 @@ -59,7 +59,7 @@ const char* what() const throw() { - return m_message.chars(); + return m_message.data(); } };