diff options
Diffstat (limited to '')
-rw-r--r-- | test/run_avahi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_avahi.cxx b/test/run_avahi.cxx index d1c153cfd..b3b20365c 100644 --- a/test/run_avahi.cxx +++ b/test/run_avahi.cxx @@ -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"); |