diff options
Diffstat (limited to 'test/run_inotify.cxx')
-rw-r--r-- | test/run_inotify.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_inotify.cxx b/test/run_inotify.cxx index 7d77372f0..df4046356 100644 --- a/test/run_inotify.cxx +++ b/test/run_inotify.cxx @@ -51,7 +51,7 @@ int main(int argc, char **argv) path = argv[1]; - EventLoop event_loop((EventLoop::Default())); + EventLoop event_loop; const ShutdownHandler shutdown_handler(event_loop); Error error; |