diff options
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
| -rw-r--r-- | macosx/PcsxrMemoryObject.h | 6 |
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; |
