summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginConfigController.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
index 3a8ac98a..e5b3aac0 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
+++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h
@@ -3,7 +3,6 @@
#define PluginConfigController NetSfPeopsSoftGPUPluginConfigController
#import <Cocoa/Cocoa.h>
-#import "ARCBridge.h"
@interface NetSfPeopsSoftGPUPluginConfigController : NSWindowController
{
@@ -29,8 +28,8 @@
NSMutableDictionary *keyValues;
}
-@property (arcretain) NSURL *vertexPath;
-@property (arcretain) NSURL *fragmentPath;
+@property (strong) NSURL *vertexPath;
+@property (strong) NSURL *fragmentPath;
- (IBAction)cancel:(id)sender;
- (IBAction)ok:(id)sender;