From fc836bb134fcc25d9da0d12cca108024fc9d219f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 16 Nov 2005 08:39:26 +0000 Subject: [PATCH] ICU-4741 Fix new code for newer gcc compilers X-SVN-Rev: 18801 --- icu4c/source/i18n/dtfmtsym.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/dtfmtsym.cpp b/icu4c/source/i18n/dtfmtsym.cpp index 3e5af4dc99b..a9c0ca006fc 100644 --- a/icu4c/source/i18n/dtfmtsym.cpp +++ b/icu4c/source/i18n/dtfmtsym.cpp @@ -1339,7 +1339,7 @@ private: } }; -UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneKeysEnumeration); +UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneKeysEnumeration) void DateFormatSymbols::initZoneStringsArray(UErrorCode& status){