mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
OSX compat tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32323 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
654c8497ff
commit
59d4be1265
19 changed files with 60 additions and 31 deletions
|
@ -1245,7 +1245,7 @@ compare(id elem1, id elem2, void* context)
|
|||
* Returns the result of invoking -descriptionWithLocale:indent:
|
||||
* with a zero indent.
|
||||
*/
|
||||
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
|
||||
- (NSString*) descriptionWithLocale: (id)locale
|
||||
{
|
||||
return [self descriptionWithLocale: locale indent: 0];
|
||||
}
|
||||
|
@ -1260,7 +1260,7 @@ compare(id elem1, id elem2, void* context)
|
|||
* The items in the property list string appear in the same order as
|
||||
* they appear in the receiver.
|
||||
*/
|
||||
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
|
||||
- (NSString*) descriptionWithLocale: (id)locale
|
||||
indent: (NSUInteger)level
|
||||
{
|
||||
NSString *result = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue