From 244f76de8db33b6d659c91ca9424d8556f2f20eb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 17 May 2020 01:22:02 +0900 Subject: KMix: fixed update of tray volume icon when muting/unmuting the selected channel. Signed-off-by: Michele Calgaro --- kmix/mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmix/mixer.h') diff --git a/kmix/mixer.h b/kmix/mixer.h index 2fc44a85..80610c59 100644 --- a/kmix/mixer.h +++ b/kmix/mixer.h @@ -97,7 +97,7 @@ class Mixer : public TQObject, virtual public MixerIface /// The KMix global master card. Please note that KMix and KMixPanelApplet can have a /// different MasterCard's at the moment (but actually KMixPanelApplet does not read/save this yet). /// At the moment it is only used for selecting the Mixer to use in KMix's DockIcon. - static void setMasterCard(TQString& ref_id); + static void setMasterCard(const TQString& ref_id); static Mixer* masterCard(); /// The global Master Device inside the current MasterCard (as returned by masterCard()). static void setMasterCardDevice(const TQString &ref_id); -- cgit v1.2.1