Make it to compile on MSVC2010

master
Perttu Ahola 2011-10-21 18:37:43 +03:00
parent 9c3e0a8040
commit c349708eab
1 changed files with 1 additions and 1 deletions

View File

@ -1527,7 +1527,7 @@ ConnectionEvent Connection::waitEvent(u32 timeout_ms)
{
try{
return m_event_queue.pop_front(timeout_ms);
} catch(ItemNotFoundException &e){
} catch(ItemNotFoundException &ex){
ConnectionEvent e;
e.type = CONNEVENT_NONE;
return e;