diff options
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/PluginController.h')
| -rw-r--r-- | macosx/plugins/DFSound/macsrc/PluginController.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/plugins/DFSound/macsrc/PluginController.h b/macosx/plugins/DFSound/macsrc/PluginController.h index 36373b1d..804108c5 100644 --- a/macosx/plugins/DFSound/macsrc/PluginController.h +++ b/macosx/plugins/DFSound/macsrc/PluginController.h @@ -18,8 +18,9 @@ void LoadConfiguration(); IBOutlet NetSfPeopsSPUPluginNamedSlider *reverbValue; IBOutlet NSControl *xaEnableBox; IBOutlet NSControl *xaSpeedBox; - - NSMutableDictionary *keyValues; + IBOutlet NetSfPeopsSPUPluginNamedSlider *volumeValue; + + NSMutableDictionary *keyValues; } - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; |
