diff options
Diffstat (limited to 'Swiften/EventLoop/SimpleEventLoop.cpp')
| -rw-r--r-- | Swiften/EventLoop/SimpleEventLoop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/EventLoop/SimpleEventLoop.cpp b/Swiften/EventLoop/SimpleEventLoop.cpp index cac04e4..745fadb 100644 --- a/Swiften/EventLoop/SimpleEventLoop.cpp +++ b/Swiften/EventLoop/SimpleEventLoop.cpp | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010-2016 Isode Limited. | 2 | * Copyright (c) 2010-2019 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| @@ -34,7 +34,7 @@ void SimpleEventLoop::doRun(bool breakAfterEvents) { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | void SimpleEventLoop::runOnce() { | 36 | void SimpleEventLoop::runOnce() { |
| 37 | handleNextEvents(); | 37 | handleNextEvent(); |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | void SimpleEventLoop::stop() { | 40 | void SimpleEventLoop::stop() { |
Swift