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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/plugins/DFSound/macsrc/NamedSlider.h b/macosx/plugins/DFSound/macsrc/NamedSlider.h
index 95ec014c..6a5c869a 100755
--- a/macosx/plugins/DFSound/macsrc/NamedSlider.h
+++ b/macosx/plugins/DFSound/macsrc/NamedSlider.h
@@ -1,13 +1,12 @@
/* NetSfPeopsSPUPluginNamedSlider */
#import <Cocoa/Cocoa.h>
-#import "ARCBridge.h"
@interface NamedSlider : NSSlider
{
NSArray *strings;
__unsafe_unretained Class pluginClass;
}
-@property (arcretain) NSArray *strings;
+@property (strong) NSArray *strings;
@property (unsafe_unretained) Class pluginClass;
@end