aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Internal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 00:02:02 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 00:02:02 +0100
commite8938b1069739eca2bd2f27705c1c7783e834e59 (patch)
tree482330dbf228c12a60c9a401f0428cc4e292e234 /src/output/Internal.hxx
parent4a283330394fd2e1541a03bd312e5fadf54aa055 (diff)
downloadmpd-e8938b1069739eca2bd2f27705c1c7783e834e59.tar.gz
mpd-e8938b1069739eca2bd2f27705c1c7783e834e59.tar.xz
mpd-e8938b1069739eca2bd2f27705c1c7783e834e59.zip
MixerPlugin: add EventLoop& init() parameter
Diffstat (limited to 'src/output/Internal.hxx')
-rw-r--r--src/output/Internal.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/output/Internal.hxx b/src/output/Internal.hxx
index a443d0642..9b08a9228 100644
--- a/src/output/Internal.hxx
+++ b/src/output/Internal.hxx
@@ -32,6 +32,7 @@
class Error;
class Filter;
class MusicPipe;
+class EventLoop;
struct music_chunk;
struct config_param;
struct PlayerControl;
@@ -422,7 +423,7 @@ private:
extern struct notify audio_output_client_notify;
AudioOutput *
-audio_output_new(const config_param &param,
+audio_output_new(EventLoop &event_loop, const config_param &param,
PlayerControl &pc,
Error &error);