From 9f625b0a0da86b0a75de5b3805085301d6690cf1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Apr 2013 20:47:55 +0200 Subject: mixer/Pulse: convert to a class --- test/read_mixer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/read_mixer.cxx') diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index f8c50fdfc..9f9db1e0c 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -49,13 +49,13 @@ pulse_output_unlock(G_GNUC_UNUSED PulseOutput *po) void pulse_output_set_mixer(G_GNUC_UNUSED PulseOutput *po, - G_GNUC_UNUSED struct pulse_mixer *pm) + G_GNUC_UNUSED PulseMixer *pm) { } void pulse_output_clear_mixer(G_GNUC_UNUSED PulseOutput *po, - G_GNUC_UNUSED struct pulse_mixer *pm) + G_GNUC_UNUSED PulseMixer *pm) { } -- cgit v1.2.3