diff options
Diffstat (limited to 'macosx/PcsxrMemoryObject.m')
| -rwxr-xr-x | macosx/PcsxrMemoryObject.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index df6a243b..0bb01665 100755 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -218,9 +218,9 @@ static NSString *MemLabelEndLink; @synthesize startingIndex; #pragma mark Non-synthesize Properties -- (int)memIconCount +- (unsigned)memIconCount { - return [memImages count]; + return (unsigned)[memImages count]; } - (NSImage*)memImage |
