summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemoryObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
-rwxr-xr-xmacosx/PcsxrMemoryObject.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h
index 413500ab..556d2acd 100755
--- a/macosx/PcsxrMemoryObject.h
+++ b/macosx/PcsxrMemoryObject.h
@@ -27,11 +27,11 @@
- (id)initWithMcdBlock:(McdBlock *)infoBlock;
-@property(readonly) NSString *englishName;
-@property(readonly) NSString *sjisName;
-@property(readonly) NSString *memName;
-@property(readonly) NSString *memID;
-@property(readonly) NSImage *memImage;
+@property(readonly, retain) NSString *englishName;
+@property(readonly, retain) NSString *sjisName;
+@property(readonly, retain) NSString *memName;
+@property(readonly, retain) NSString *memID;
+@property(readonly, retain) NSImage *memImage;
@property(readonly) int memIconCount;
@property(readonly, getter = isNotDeleted) BOOL notDeleted;
@property(readonly) unsigned char memFlags;