Fixed minior bug

This commit is contained in:
Neeflix
2018-05-16 17:53:13 +02:00
parent a37db8d6c7
commit 957373935a
2 changed files with 1 additions and 49 deletions

View File

@@ -58,7 +58,7 @@ void Detector::notify_handlers()
// getting a guard and calling all registered handlers
LOCK_EVENT_HANDLER();
for(auto* handler : event_handler)
for(auto handler : event_handler)
{
// todo timeout!
handler->handle(event);