From 3216f4b25753d566793173c7a4f53a126ac37744 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 26 Sep 2013 22:09:42 +0200 Subject: MusicBuffer: expose the C++ API --- src/OutputAll.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OutputAll.hxx') 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); /** -- cgit v1.2.3