From 4657a3bd0fd97583e23cd65b80db71a71345fc13 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Jan 2014 11:39:12 +0100 Subject: output: move functions into the AudioOutput struct --- src/output/plugins/PipeOutputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/plugins/PipeOutputPlugin.cxx') diff --git a/src/output/plugins/PipeOutputPlugin.cxx b/src/output/plugins/PipeOutputPlugin.cxx index 36ad0aa48..7a1f32258 100644 --- a/src/output/plugins/PipeOutputPlugin.cxx +++ b/src/output/plugins/PipeOutputPlugin.cxx @@ -38,7 +38,7 @@ struct PipeOutput { :base(pipe_output_plugin) {} bool Initialize(const config_param ¶m, Error &error) { - return ao_base_init(&base, param, error); + return base.Configure(param, error); } bool Configure(const config_param ¶m, Error &error); -- cgit v1.2.3