diff --git a/include/Swiften/Network/DummyConnectionServer.cpp b/include/Swiften/Network/DummyConnectionServer.cpp index 7250dce3edf07796745807b95b55857ce8a37bcc..e4c8ef2bd44bf3db5c98d16794abe9f9b79158a8 100644 --- a/include/Swiften/Network/DummyConnectionServer.cpp +++ b/include/Swiften/Network/DummyConnectionServer.cpp @@ -25,7 +25,7 @@ void DummyConnectionServer::stop() { } -void DummyConnectionServer::acceptConnection(boost::shared_ptr connection) { +void DummyConnectionServer::acceptConnection(boost::shared_ptr connection) { eventLoop->postEvent( boost::bind(boost::ref(onNewConnection), connection), shared_from_this());