summaryrefslogtreecommitdiff
path: root/menuitems.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuitems.h')
-rw-r--r--menuitems.h1
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 );