summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/NamedSlider.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/NamedSlider.h')
-rwxr-xr-xmacosx/plugins/DFSound/macsrc/NamedSlider.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/macosx/plugins/DFSound/macsrc/NamedSlider.h b/macosx/plugins/DFSound/macsrc/NamedSlider.h
index 38c38f9e..790db09a 100755
--- a/macosx/plugins/DFSound/macsrc/NamedSlider.h
+++ b/macosx/plugins/DFSound/macsrc/NamedSlider.h
@@ -2,16 +2,11 @@
#import <Cocoa/Cocoa.h>
-#ifdef USEOPENAL
-#define NamedSlider NetSfPeopsSPUALPluginNamedSlider
-#else
-#define NamedSlider NetSfPeopsSPUSDLPluginNamedSlider
-#endif
-
@interface NamedSlider : NSSlider
{
NSArray *strings;
+ Class pluginClass;
}
-
-- (void)setStrings:(NSArray *)theStrings;
+@property (retain) NSArray *strings;
+@property Class pluginClass;
@end