mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Varous tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25330 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
350af41dcc
commit
89a0cb9080
7 changed files with 329 additions and 284 deletions
|
@ -255,7 +255,7 @@ static id ValueForKey(NSObject *self, const char *key, unsigned size)
|
|||
|
||||
- (NSMutableSet*) mutableSetValueForKey: (NSString*)aKey
|
||||
{
|
||||
return [NSKeyValueMutableSet setForKey:aKey ofObject:self];
|
||||
return [NSKeyValueMutableSet setForKey: aKey ofObject: self];
|
||||
}
|
||||
|
||||
- (NSMutableSet*) mutableSetValueForKeyPath: (NSString*)aKey
|
||||
|
@ -292,7 +292,7 @@ static id ValueForKey(NSObject *self, const char *key, unsigned size)
|
|||
|
||||
- (NSMutableArray*) mutableArrayValueForKey: (NSString*)aKey
|
||||
{
|
||||
return [NSKeyValueMutableArray arrayForKey:aKey ofObject:self];
|
||||
return [NSKeyValueMutableArray arrayForKey: aKey ofObject: self];
|
||||
}
|
||||
|
||||
- (NSMutableArray*) mutableArrayValueForKeyPath: (NSString*)aKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue