Commit 46c82259 authored by Max Kellermann's avatar Max Kellermann

output/Control: make config fields const

parent 2d038232
...@@ -151,13 +151,13 @@ class AudioOutputControl { ...@@ -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?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment