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:
rfm 2011-02-23 11:52:17 +00:00
parent e3a0b4cab8
commit c0674078c9
19 changed files with 60 additions and 31 deletions

View file

@ -1192,7 +1192,7 @@ otherTime(NSDate* other)
* Returns a string representation of the receiver formatted according
* to the default format string and time zone, but using the given locale.
*/
- (NSString *) descriptionWithLocale: (NSDictionary *)locale
- (NSString *) descriptionWithLocale: (id)locale
{
// Easiest to just have NSCalendarDate do the work for us
NSString *s;