From 1980055569c4e3be42a3af7eaa918cf7a868b306 Mon Sep 17 00:00:00 2001 From: "nhotta%netscape.com" Date: Thu, 27 Apr 2000 00:14:06 +0000 Subject: [PATCH] Changed to use NS_IMPL_THREADSAFE_ISUPPORTS. --- intl/locale/src/mac/nsDateTimeFormatMac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/locale/src/mac/nsDateTimeFormatMac.cpp b/intl/locale/src/mac/nsDateTimeFormatMac.cpp index 11ba534546ed..850ea82c5212 100644 --- a/intl/locale/src/mac/nsDateTimeFormatMac.cpp +++ b/intl/locale/src/mac/nsDateTimeFormatMac.cpp @@ -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) {