summaryrefslogtreecommitdiff
path: root/menuitems.c
diff options
context:
space:
mode:
authorRainer Blickle <rainer@rainer-615.(none)>2010-08-13 21:30:40 +0200
committerRainer Blickle <rainer@rainer-615.(none)>2010-08-13 21:30:40 +0200
commit42b1bc7e45377e379fb1472f0c0affbb5ac5770c (patch)
tree5d36f0fb20cf322cbaf63a8b753e3134b4c06be2 /menuitems.c
parent201670d0adaf587758bbbad0b03f4e5431a70e61 (diff)
downloadvdr-plugin-sndctl-master.tar.gz
vdr-plugin-sndctl-master.tar.bz2
Fix last compile errorsHEADmaster
Diffstat (limited to 'menuitems.c')
-rw-r--r--menuitems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuitems.c b/menuitems.c
index 13eb8c3..5a5cc52 100644
--- a/menuitems.c
+++ b/menuitems.c
@@ -126,7 +126,7 @@ static char* copyMixerControl(string controlString) {
* constructor
*/
cSoundSetControlItem::cSoundSetControlItem( cSoundSet *SoundSet, cControlId Control, bool IsActive )
-:cMenuEditStrItem( Control.getDisplayName().c_str(), copyMixerControl( SoundSet->Get( Control )), 11, "~=+-%0123456789;" ){
+:cMenuEditStrItem( Control.getDisplayName().c_str(), value=copyMixerControl( SoundSet->Get( Control )), 11, "~=+-%0123456789;" ){
// save arguments
soundset = SoundSet;
control = Control;