Switch type.

This commit is contained in:
Jean-Baptiste Perrier
2021-01-24 11:39:59 +01:00
parent 3ab54bd7e1
commit 9b2c940896
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ bool NetworkBase::BindSocket(NetworkSocket& socket, NetworkEndPoint& endPoint)
return false;
}
bool NetworkBase::Listen(NetworkSocket& socket, int32 queueSize)
bool NetworkBase::Listen(NetworkSocket& socket, uint16 queueSize)
{
return false;
}