diff options
author | Max Kellermann <max@duempel.org> | 2014-02-04 23:56:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-05 00:00:03 +0100 |
commit | 4a283330394fd2e1541a03bd312e5fadf54aa055 (patch) | |
tree | f4c861f3d940b0752d2163dcea5c1a7690f2b05f /test/run_neighbor_explorer.cxx | |
parent | ad7f2b2aecd9b1d36e133429033fd8664d14e405 (diff) | |
download | mpd-4a283330394fd2e1541a03bd312e5fadf54aa055.tar.gz mpd-4a283330394fd2e1541a03bd312e5fadf54aa055.tar.xz mpd-4a283330394fd2e1541a03bd312e5fadf54aa055.zip |
event/Loop: remove the dummy constructor argument
Diffstat (limited to 'test/run_neighbor_explorer.cxx')
-rw-r--r-- | test/run_neighbor_explorer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_neighbor_explorer.cxx b/test/run_neighbor_explorer.cxx index 374114b11..c79948d6e 100644 --- a/test/run_neighbor_explorer.cxx +++ b/test/run_neighbor_explorer.cxx @@ -66,7 +66,7 @@ main(int argc, char **argv) /* initialize the core */ - EventLoop loop((EventLoop::Default())); + EventLoop loop; /* initialize neighbor plugins */ |