summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemoryObject.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-26 05:03:11 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-26 05:03:11 +0000
commit47617238d350c1a3aa7b0727928b2d28f9f7a859 (patch)
tree8f3cdd949cdd32d5a25b1a4a8a087a055b49c7bc /macosx/PcsxrMemoryObject.h
parent5b664c684367676c028adf91c1b64acaf8d434ab (diff)
downloadpcsxr-47617238d350c1a3aa7b0727928b2d28f9f7a859.tar.gz
Fix a missing [super dealloc] call.
Fixing wrong bindings. I still get wrong info (it says some memory slots are deleted when they're not). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
-rw-r--r--macosx/PcsxrMemoryObject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h
index a0681059..6c07a2d6 100644
--- a/macosx/PcsxrMemoryObject.h
+++ b/macosx/PcsxrMemoryObject.h
@@ -19,9 +19,9 @@
unsigned char memFlags;
}
-@property(copy, readwrite) NSString * englishName;
-@property(copy, readwrite) NSString * sjisName;
-@property(retain, readwrite) NSImage * memImage;
+@property(copy, readwrite) NSString *englishName;
+@property(copy, readwrite) NSString *sjisName;
+@property(retain, readwrite) NSImage *memImage;
@property(readwrite) BOOL deleted;
@property(readwrite) short memNumber;
@property(readwrite) unsigned char memFlags;