output/Internal: make the Mutex mutable
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user