From 6c63910aa1016f06113fd562c8ffebfa6b4241b2 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Thu, 17 Dec 2015 20:47:37 +0100 Subject: Fix misspelled method call Test-Information: Builds and tests pass. Change-Id: I7c12036903ea535fe0a7ee7085b2268894c546bd 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() { -- cgit v0.10.2-6-g49f6