aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputAll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/OutputAll.hxx')
-rw-r--r--src/OutputAll.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputAll.hxx b/src/OutputAll.hxx
index d48c44690..55bda383b 100644
--- a/src/OutputAll.hxx
+++ b/src/OutputAll.hxx
@@ -29,7 +29,7 @@
#include "replay_gain_info.h"
struct AudioFormat;
-struct music_buffer;
+class MusicBuffer;
struct music_chunk;
struct player_control;
class Error;
@@ -83,7 +83,7 @@ audio_output_all_enable_disable(void);
*/
bool
audio_output_all_open(AudioFormat audio_format,
- struct music_buffer *buffer,
+ MusicBuffer &buffer,
Error &error);
/**