mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Attempt to fix build for MSVC
This commit is contained in:
parent
9c4f68e174
commit
c54a40df06
2 changed files with 10 additions and 10 deletions
|
@ -992,9 +992,9 @@ void Connection::serve(u16 port)
|
|||
}
|
||||
catch(SocketException &e){
|
||||
// Create event
|
||||
ConnectionEvent e;
|
||||
e.bindFailed();
|
||||
putEvent(e);
|
||||
ConnectionEvent ce;
|
||||
ce.bindFailed();
|
||||
putEvent(ce);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue