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),
|
||||
|
||||
@@ -115,9 +115,7 @@ class EventLoop final : SocketMonitor
|
||||
ThreadId thread;
|
||||
|
||||
public:
|
||||
struct Default {};
|
||||
|
||||
EventLoop(Default dummy=Default());
|
||||
EventLoop();
|
||||
~EventLoop();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user