diff options
Diffstat (limited to 'Swiften/EventLoop/BoostASIOEventLoop.cpp')
-rw-r--r-- | Swiften/EventLoop/BoostASIOEventLoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/EventLoop/BoostASIOEventLoop.cpp b/Swiften/EventLoop/BoostASIOEventLoop.cpp index f3c5618..1574434 100644 --- a/Swiften/EventLoop/BoostASIOEventLoop.cpp +++ b/Swiften/EventLoop/BoostASIOEventLoop.cpp @@ -23,7 +23,7 @@ void BoostASIOEventLoop::handleASIOEvent() { boost::recursive_mutex::scoped_lock lock(isEventInASIOEventLoopMutex_); isEventInASIOEventLoop_ = false; } - handleNextEvent(); + handleNextEvents(); } void BoostASIOEventLoop::eventPosted() { |