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.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/PcsxrMemoryObject.m') diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index 3b0818c8..8455a367 100755 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -22,6 +22,7 @@ NSString *const memoryAnimateTimerKey = @"PCSXR Memory Card Image Animate"; @property (readwrite, retain, setter = setJapaneseName:) NSString *sjisName; @property (readwrite, retain, setter = setTheMemName:) NSString *memName; @property (readwrite, retain, setter = setTheMemId:) NSString *memID; +@property (readwrite, retain) NSImage *memImage; @property (readwrite, setter = setIconCount:) int memIconCount; @property (readwrite, getter = isNotDeleted, setter = setIsNotDeleted:) BOOL notDeleted; @property (readwrite, setter = setTheMemFlags:) unsigned char memFlags; -- cgit v1.2.3