output/Control: make config fields const

This commit is contained in:
Max Kellermann 2021-10-22 20:22:19 +02:00
parent 2d03823283
commit 46c82259f7

View File

@ -151,13 +151,13 @@ class AudioOutputControl {
* default is true, but it may be configured to false to * default is true, but it may be configured to false to
* suppress sending tags to the output. * suppress sending tags to the output.
*/ */
bool tags; const bool tags;
/** /**
* Shall this output always play something (i.e. silence), * Shall this output always play something (i.e. silence),
* even when playback is stopped? * even when playback is stopped?
*/ */
bool always_on; const bool always_on;
/** /**
* Has the user enabled this device? * Has the user enabled this device?