Fixed minior bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user