summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-12-29 23:28:37 +0100
committerMax Kellermann <max@musicpd.org>2016-12-29 23:28:37 +0100
commit18f4d846c993ae24abbdfadd85ddba23e1087709 (patch)
treed2fceadd909cb205717e79f8d9247e0b7eb7901b
parentdb95aa250d4ad26d44451fcce679a44cb2d3ee5a (diff)
output/Internal: make the Mutex mutable
-rw-r--r--src/output/Internal.hxx2
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