diff options
author | Rainer Blickle <rainer@rainer-615.(none)> | 2010-08-13 21:30:40 +0200 |
---|---|---|
committer | Rainer Blickle <rainer@rainer-615.(none)> | 2010-08-13 21:30:40 +0200 |
commit | 42b1bc7e45377e379fb1472f0c0affbb5ac5770c (patch) | |
tree | 5d36f0fb20cf322cbaf63a8b753e3134b4c06be2 /menuitems.h | |
parent | 201670d0adaf587758bbbad0b03f4e5431a70e61 (diff) | |
download | vdr-plugin-sndctl-master.tar.gz vdr-plugin-sndctl-master.tar.bz2 |
Diffstat (limited to 'menuitems.h')
-rw-r--r-- | menuitems.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menuitems.h b/menuitems.h index 453d402..b3689a4 100644 --- a/menuitems.h +++ b/menuitems.h @@ -62,6 +62,7 @@ class cSoundSetControlItem:public cMenuEditStrItem { cControlId control; bool isActive; cSoundSet *soundset; + char *value; public: cSoundSetControlItem( cSoundSet*, cControlId Control, bool ); |