mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make it to compile on MSVC2010
This commit is contained in:
parent
9c3e0a8040
commit
c349708eab
1 changed files with 1 additions and 1 deletions
|
@ -1527,7 +1527,7 @@ ConnectionEvent Connection::waitEvent(u32 timeout_ms)
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
return m_event_queue.pop_front(timeout_ms);
|
return m_event_queue.pop_front(timeout_ms);
|
||||||
} catch(ItemNotFoundException &e){
|
} catch(ItemNotFoundException &ex){
|
||||||
ConnectionEvent e;
|
ConnectionEvent e;
|
||||||
e.type = CONNEVENT_NONE;
|
e.type = CONNEVENT_NONE;
|
||||||
return e;
|
return e;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue