mirror of
https://github.com/celisej567/abaddon.git
synced 2026-01-04 10:10:03 +03:00
fix build
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// clang-format on
|
||||
|
||||
UDPSocket::UDPSocket()
|
||||
: m_socket(INVALID_SOCKET) {
|
||||
: m_socket(-1) {
|
||||
}
|
||||
|
||||
UDPSocket::~UDPSocket() {
|
||||
|
||||
Reference in New Issue
Block a user