event/Loop: remove the dummy constructor argument
This commit is contained in:
@@ -29,7 +29,7 @@ unsigned listen_port = 1234;
|
||||
int
|
||||
main(gcc_unused int argc, gcc_unused char **argv)
|
||||
{
|
||||
EventLoop event_loop((EventLoop::Default()));
|
||||
EventLoop event_loop;
|
||||
const ShutdownHandler shutdown_handler(event_loop);
|
||||
|
||||
AvahiInit(event_loop, "test");
|
||||
|
Reference in New Issue
Block a user