diff options
Diffstat (limited to 'Swiften/EventLoop/SingleThreadedEventLoop.cpp')
| -rw-r--r-- | Swiften/EventLoop/SingleThreadedEventLoop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/EventLoop/SingleThreadedEventLoop.cpp b/Swiften/EventLoop/SingleThreadedEventLoop.cpp index 0542f37..89b4460 100644 --- a/Swiften/EventLoop/SingleThreadedEventLoop.cpp +++ b/Swiften/EventLoop/SingleThreadedEventLoop.cpp | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | /* | 7 | /* |
| 8 | * Copyright (c) 2016 Isode Limited. | 8 | * Copyright (c) 2016-2019 Isode Limited. |
| 9 | * All rights reserved. | 9 | * All rights reserved. |
| 10 | * See the COPYING file for more information. | 10 | * See the COPYING file for more information. |
| 11 | */ | 11 | */ |
| @@ -43,7 +43,7 @@ void SingleThreadedEventLoop::handleEvents() { | |||
| 43 | std::lock_guard<std::mutex> lock(eventAvailableMutex_); | 43 | std::lock_guard<std::mutex> lock(eventAvailableMutex_); |
| 44 | eventAvailable_ = false; | 44 | eventAvailable_ = false; |
| 45 | } | 45 | } |
| 46 | handleNextEvents(); | 46 | handleNextEvent(); |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | void SingleThreadedEventLoop::stop() { | 49 | void SingleThreadedEventLoop::stop() { |
Swift