diff options
author | Max Kellermann <max@duempel.org> | 2013-04-16 20:47:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-16 21:18:54 +0200 |
commit | 9f625b0a0da86b0a75de5b3805085301d6690cf1 (patch) | |
tree | cea9e06e4789bf0d4313d670669f791da9e4208e /test/read_mixer.cxx | |
parent | bc1b4131cbee13fa892ff2d5be5b5e0bbf1ae43d (diff) |
mixer/Pulse: convert to a class
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r-- | test/read_mixer.cxx | 4 |
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) { } |