output/Internal: make the Mutex mutable

This commit is contained in:
Max Kellermann 2016-12-29 23:28:37 +01:00
parent db95aa250d
commit 18f4d846c9

View File

@ -238,7 +238,7 @@ struct AudioOutput {
/** /**
* This mutex protects #open, #fail_timer, #pipe. * This mutex protects #open, #fail_timer, #pipe.
*/ */
Mutex mutex; mutable Mutex mutex;
/** /**
* This condition object wakes up the output thread after * This condition object wakes up the output thread after