From bb11dbdf53a788b2abdfa97a0e8803450d02604a Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 15 Aug 2006 06:48:01 +0000 Subject: [PATCH] ICU-5254 Fix for MinGW X-SVN-Rev: 20065 --- icu4c/source/i18n/windtfmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/windtfmt.cpp b/icu4c/source/i18n/windtfmt.cpp index bcbc85eaaf..19766b1f63 100644 --- a/icu4c/source/i18n/windtfmt.cpp +++ b/icu4c/source/i18n/windtfmt.cpp @@ -88,7 +88,7 @@ UnicodeString *getTimeDateFormat(const Calendar *cal, const Locale *locale, UErr // TODO: Range-check timeStyle, dateStyle Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status) - : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(&locale), fZoneID(NULL) + : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(&locale), fZoneID() { if (U_SUCCESS(status)) { fLCID = locale.getLCID();