mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 07:31:28 +00:00
Merge pull request #2781 from daboe01/fixed-wrong-return-type-in-shouldArchiveValueForKey-
fixed: wrong return type in shouldArchiveValueForKey:
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
Returns \c YES
|
||||
@return \c YES
|
||||
*/
|
||||
- (void)shouldArchiveValueForKey:(CPString)aKey
|
||||
- (BOOL)shouldArchiveValueForKey:(CPString)aKey
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
@@ -131,4 +131,4 @@
|
||||
[anObject addAnimation:self forKey:aKey];
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user