aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h
index 9f6c6bf852..0ef6c266f2 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -90,6 +90,9 @@ private:
SliderWidget *_sfxVolumeSlider;
StaticTextWidget *_sfxVolumeLabel;
+
+ SliderWidget *_voiceVolumeSlider;
+ StaticTextWidget *_voiceVolumeLabel;
};