summaryrefslogtreecommitdiff
path: root/test/run_inotify.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-04 23:56:24 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 00:00:03 +0100
commit4a283330394fd2e1541a03bd312e5fadf54aa055 (patch)
treef4c861f3d940b0752d2163dcea5c1a7690f2b05f /test/run_inotify.cxx
parentad7f2b2aecd9b1d36e133429033fd8664d14e405 (diff)
event/Loop: remove the dummy constructor argument
Diffstat (limited to 'test/run_inotify.cxx')
-rw-r--r--test/run_inotify.cxx2
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;