From a3ac4842bd5c7058b1363f7d3307f61724fc7178 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 10 Sep 2013 18:18:15 +0000 Subject: Remove 32-bit support on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h') 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 -#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; -- cgit v1.2.3