aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_output.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_output.cxx
parentad7f2b2aecd9b1d36e133429033fd8664d14e405 (diff)
downloadmpd-4a283330394fd2e1541a03bd312e5fadf54aa055.tar.gz
mpd-4a283330394fd2e1541a03bd312e5fadf54aa055.tar.xz
mpd-4a283330394fd2e1541a03bd312e5fadf54aa055.zip
event/Loop: remove the dummy constructor argument
Diffstat (limited to '')
-rw-r--r--test/run_output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx
index 55fcf3698..23fd1ad3a 100644
--- a/test/run_output.cxx
+++ b/test/run_output.cxx
@@ -189,7 +189,7 @@ int main(int argc, char **argv)
return EXIT_FAILURE;
}
- main_loop = new EventLoop(EventLoop::Default());
+ main_loop = new EventLoop();
io_thread_init();
io_thread_start();