volume: pa_cvolume_get_position: constify

This commit is contained in:
Lyndon Brown 2018-05-27 07:56:11 +01:00 committed by Arun Raghavan
parent 3455d62e49
commit d851021cf5
2 changed files with 2 additions and 2 deletions

View file

@ -911,7 +911,7 @@ pa_cvolume* pa_cvolume_set_position(
}
pa_volume_t pa_cvolume_get_position(
pa_cvolume *cv,
const pa_cvolume *cv,
const pa_channel_map *map,
pa_channel_position_t t) {