From f51a15e84f8ec88c183ada3fab62dd4786ab9977 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 25 Jun 2013 23:14:42 +0000 Subject: Making the memImage property readonly in the header, but readwrite in the main file, WITHOUT mangling the setter. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85557 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'macosx/PcsxrMemoryObject.h') diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index 3cce4796..da85bccf 100755 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -31,14 +31,13 @@ extern NSString *const memoryAnimateTimerKey; - (id)initWithMcdBlock:(McdBlock *)infoBlock; -@property(readonly, retain) NSString *englishName; -@property(readonly, retain) NSString *sjisName; -@property(readonly, retain) NSString *memName; -@property(readonly, retain) NSString *memID; -@property(readwrite, retain) NSImage *memImage; -@property(readonly) int memIconCount; -@property(readonly, getter = isNotDeleted) BOOL notDeleted; -@property(readonly) unsigned char memFlags; - +@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; @end -- cgit v1.2.3