output/Internal: make the Mutex mutable
This commit is contained in:
parent
db95aa250d
commit
18f4d846c9
@ -238,7 +238,7 @@ struct AudioOutput {
|
||||
/**
|
||||
* This mutex protects #open, #fail_timer, #pipe.
|
||||
*/
|
||||
Mutex mutex;
|
||||
mutable Mutex mutex;
|
||||
|
||||
/**
|
||||
* This condition object wakes up the output thread after
|
||||
|
Loading…
Reference in New Issue
Block a user