fix: socket invalid type
This commit is contained in:
@@ -16,7 +16,7 @@ Socket::Socket(Type type)
|
||||
: m_Blocking(false),
|
||||
m_Type(type),
|
||||
m_Status(Disconnected),
|
||||
m_Handle(INVALID_SOCKET)
|
||||
m_Handle((SocketHandle) INVALID_SOCKET)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user