diff options
Diffstat (limited to 'kmix/mixer.h')
-rw-r--r-- | kmix/mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixer.h b/kmix/mixer.h index d9566e81..85b2fe7d 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(TQString& ref_id); |