Forgot a little something in the previous commit :)
This commit is contained in:
parent
aa534a0936
commit
679ec71b95
@ -74,7 +74,7 @@ SocketSelector::~SocketSelector()
|
||||
void SocketSelector::add(Socket& socket)
|
||||
{
|
||||
SocketHandle handle = socket.getHandle();
|
||||
if (handle != SocketImpl::invalidSocket())
|
||||
if (handle != priv::SocketImpl::invalidSocket())
|
||||
{
|
||||
FD_SET(handle, &m_impl->AllSockets);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user