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:
Richard Frith-MacDonald 2011-02-23 11:52:17 +00:00
parent 654c8497ff
commit 59d4be1265
19 changed files with 60 additions and 31 deletions

View file

@ -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;