client: make volume struct const

This commit is contained in:
Lennart Poettering 2009-07-24 20:20:34 +02:00
parent 5efb07281d
commit e7ca058427
2 changed files with 2 additions and 2 deletions

View file

@ -1172,7 +1172,7 @@ int pa_stream_connect_playback(
const char *dev,
const pa_buffer_attr *attr,
pa_stream_flags_t flags,
pa_cvolume *volume,
const pa_cvolume *volume,
pa_stream *sync_stream) {
pa_assert(s);