From c4403c523f3b5514be499ff20887ec340f2272e9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Jan 2014 12:24:48 +0100 Subject: AudioOutput: add constructor and destructor --- src/output/Internal.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/output/Internal.hxx') diff --git a/src/output/Internal.hxx b/src/output/Internal.hxx index 31b6fd7c7..cb6904d68 100644 --- a/src/output/Internal.hxx +++ b/src/output/Internal.hxx @@ -263,6 +263,9 @@ struct AudioOutput { * Has the output finished playing #chunk? */ bool chunk_finished; + + AudioOutput(); + ~AudioOutput(); }; /** @@ -293,9 +296,6 @@ ao_base_init(AudioOutput *ao, const AudioOutputPlugin *plugin, const config_param ¶m, Error &error); -void -ao_base_finish(AudioOutput *ao); - void audio_output_free(AudioOutput *ao); -- cgit v1.2.3