Commit 18f4d846 authored by Max Kellermann's avatar Max Kellermann

output/Internal: make the Mutex mutable

parent db95aa25
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment