diff options
author | Max Kellermann <max@duempel.org> | 2014-02-05 00:02:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-05 00:02:02 +0100 |
commit | e8938b1069739eca2bd2f27705c1c7783e834e59 (patch) | |
tree | 482330dbf228c12a60c9a401f0428cc4e292e234 /src/output/MultipleOutputs.hxx | |
parent | 4a283330394fd2e1541a03bd312e5fadf54aa055 (diff) | |
download | mpd-e8938b1069739eca2bd2f27705c1c7783e834e59.tar.gz mpd-e8938b1069739eca2bd2f27705c1c7783e834e59.tar.xz mpd-e8938b1069739eca2bd2f27705c1c7783e834e59.zip |
MixerPlugin: add EventLoop& init() parameter
Diffstat (limited to 'src/output/MultipleOutputs.hxx')
-rw-r--r-- | src/output/MultipleOutputs.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/output/MultipleOutputs.hxx b/src/output/MultipleOutputs.hxx index 7790f83a4..4fe1aa4f1 100644 --- a/src/output/MultipleOutputs.hxx +++ b/src/output/MultipleOutputs.hxx @@ -37,6 +37,7 @@ struct AudioFormat; class MusicBuffer; class MusicPipe; +class EventLoop; struct music_chunk; struct PlayerControl; struct AudioOutput; @@ -72,7 +73,7 @@ public: MultipleOutputs(); ~MultipleOutputs(); - void Configure(PlayerControl &pc); + void Configure(EventLoop &event_loop, PlayerControl &pc); /** * Returns the total number of audio output devices, including |