diff options
Diffstat (limited to 'Source/SPNotLoaded.m')
-rw-r--r-- | Source/SPNotLoaded.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPNotLoaded.m b/Source/SPNotLoaded.m index f8afda1b..e1e76806 100644 --- a/Source/SPNotLoaded.m +++ b/Source/SPNotLoaded.m @@ -67,7 +67,7 @@ static SPNotLoaded *notLoaded = nil; - (id) retain { return self; } -- (unsigned) retainCount { return UINT_MAX; } +- (NSUInteger) retainCount { return NSUIntegerMax; } - (void) release {} |