aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers/EventManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/managers/EventManager.cpp')
-rw-r--r--src/managers/EventManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managers/EventManager.cpp b/src/managers/EventManager.cpp
index 786468f2..fc55b472 100644
--- a/src/managers/EventManager.cpp
+++ b/src/managers/EventManager.cpp
@@ -116,7 +116,7 @@ int CEventManager::onClientEvent(int fd, uint32_t mask) {
if (write(CLIENTIT->fd, event->c_str(), event->length()) < 0)
break;
- CLIENTIT->events.pop_front();
+ CLIENTIT->events.erase(CLIENTIT->events.begin());
}
// stop polling when we sent all events