Commit f11aa09f authored by Max Kellermann's avatar Max Kellermann

mixer/pulse: add `const` to `volume_scale_factor`

parent 02eb4752
......@@ -42,7 +42,7 @@ class PulseMixer final : public Mixer {
bool online = false;
struct pa_cvolume volume;
float volume_scale_factor;
const float volume_scale_factor;
public:
PulseMixer(PulseOutput &_output, MixerListener &_listener,
......
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