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
1 changed files with 2 additions and 2 deletions

View File

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