From 0f8e66e194b903763b6c580599eb47c11f154bdd Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 19:46:07 +0000 Subject: OS X: Move away from ivars in headers, beginning with the main app. Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemoryObject.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macosx/Source/PcsxrMemoryObject.h') diff --git a/macosx/Source/PcsxrMemoryObject.h b/macosx/Source/PcsxrMemoryObject.h index 80f63f57..6076fb68 100644 --- a/macosx/Source/PcsxrMemoryObject.h +++ b/macosx/Source/PcsxrMemoryObject.h @@ -28,9 +28,9 @@ typedef NS_ENUM(char, PCSXRMemFlags) { - (NSImage*)memoryImageAtIndex:(NSInteger)idx; -@property (readonly, strong) NSString *name; -@property (readonly, strong) NSString *memName; -@property (readonly, strong) NSString *memID; +@property (readonly, copy) NSString *name; +@property (readonly, copy) NSString *memName; +@property (readonly, copy) NSString *memID; @property (readonly, strong) NSArray *memoryCardImages; @property (readonly, strong, nonatomic) NSImage *memImage; @property (readonly) PCSXRMemFlags flagNameIndex; -- cgit v1.2.3