event/Loop: remove the dummy constructor argument
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
EventLoop::EventLoop(Default)
|
||||
EventLoop::EventLoop()
|
||||
:SocketMonitor(*this),
|
||||
now_ms(::MonotonicClockMS()),
|
||||
quit(false), busy(true),
|
||||
|
Reference in New Issue
Block a user