mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
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)
|
void SocketSelector::add(Socket& socket)
|
||||||
{
|
{
|
||||||
SocketHandle handle = socket.getHandle();
|
SocketHandle handle = socket.getHandle();
|
||||||
if (handle != SocketImpl::invalidSocket())
|
if (handle != priv::SocketImpl::invalidSocket())
|
||||||
{
|
{
|
||||||
FD_SET(handle, &m_impl->AllSockets);
|
FD_SET(handle, &m_impl->AllSockets);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user