From c54a40df0665b72c0d58641ce2e8fceecb8d2e22 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 18 Mar 2012 19:08:13 +0200 Subject: Attempt to fix build for MSVC --- src/connection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/connection.cpp') diff --git a/src/connection.cpp b/src/connection.cpp index 58a0fb2bd..31aa93307 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -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); } } -- cgit v1.2.3