diff options
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) { } |