aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-16 20:47:55 +0200
committerMax Kellermann <max@duempel.org>2013-04-16 21:18:54 +0200
commit9f625b0a0da86b0a75de5b3805085301d6690cf1 (patch)
treecea9e06e4789bf0d4313d670669f791da9e4208e /test/read_mixer.cxx
parentbc1b4131cbee13fa892ff2d5be5b5e0bbf1ae43d (diff)
downloadmpd-9f625b0a0da86b0a75de5b3805085301d6690cf1.tar.gz
mpd-9f625b0a0da86b0a75de5b3805085301d6690cf1.tar.xz
mpd-9f625b0a0da86b0a75de5b3805085301d6690cf1.zip
mixer/Pulse: convert to a class
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r--test/read_mixer.cxx4
1 files changed, 2 insertions, 2 deletions
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)
{
}