fix build

This commit is contained in:
ouwou
2023-02-14 19:54:07 -05:00
parent c1303bd289
commit 345a84e654
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
// clang-format on
UDPSocket::UDPSocket()
: m_socket(INVALID_SOCKET) {
: m_socket(-1) {
}
UDPSocket::~UDPSocket() {