mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
e3a0b4cab8
commit
c0674078c9
19 changed files with 60 additions and 31 deletions
|
@ -2137,12 +2137,12 @@ objc_create_block_classes_as_subclasses_of(Class super) __attribute__((weak));
|
|||
* the -description method and discards the locale
|
||||
* information.
|
||||
*/
|
||||
- (NSString*) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
- (NSString*) descriptionWithLocale: (id)aLocale
|
||||
{
|
||||
return [self description];
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
+ (NSString*) descriptionWithLocale: (id)aLocale
|
||||
{
|
||||
return [self description];
|
||||
}
|
||||
|
@ -2152,13 +2152,13 @@ objc_create_block_classes_as_subclasses_of(Class super) __attribute__((weak));
|
|||
* the -descriptionWithLocale: method and discards the
|
||||
* level information.
|
||||
*/
|
||||
- (NSString*) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
- (NSString*) descriptionWithLocale: (id)aLocale
|
||||
indent: (NSUInteger)level
|
||||
{
|
||||
return [self descriptionWithLocale: aLocale];
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
+ (NSString*) descriptionWithLocale: (id)aLocale
|
||||
indent: (NSUInteger)level
|
||||
{
|
||||
return [self descriptionWithLocale: aLocale];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue