Changed to use NS_IMPL_THREADSAFE_ISUPPORTS.

This commit is contained in:
nhotta%netscape.com 2000-04-27 00:14:06 +00:00
parent 2ac24b8966
commit 1980055569

View File

@ -221,7 +221,7 @@ static void AbbrevWeekdayString(DateTimeRec &dateTime, Str255 weekdayString, Int
////////////////////////////////////////////////////////////////////////////////
NS_IMPL_ISUPPORTS(nsDateTimeFormatMac, kIDateTimeFormatIID);
NS_IMPL_THREADSAFE_ISUPPORTS(nsDateTimeFormatMac, kIDateTimeFormatIID);
nsresult nsDateTimeFormatMac::Initialize(nsILocale* locale)
{