diff options
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index fd10d2253..1bee66ca8 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -411,7 +411,7 @@ int mpd_main(int argc, char *argv[]) } main_thread = ThreadId::GetCurrent(); - main_loop = new EventLoop(EventLoop::Default()); + main_loop = new EventLoop(); instance = new Instance(); |