diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-29 23:28:37 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-29 23:28:37 +0100 |
commit | 18f4d846c993ae24abbdfadd85ddba23e1087709 (patch) | |
tree | d2fceadd909cb205717e79f8d9247e0b7eb7901b | |
parent | db95aa250d4ad26d44451fcce679a44cb2d3ee5a (diff) |
output/Internal: make the Mutex mutable
-rw-r--r-- | src/output/Internal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Internal.hxx b/src/output/Internal.hxx index 4973b0bee..a5b56edda 100644 --- a/src/output/Internal.hxx +++ b/src/output/Internal.hxx @@ -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 |