From cb96abf1f85453fbbf779d188b9b12c751bc65a8 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Wed, 20 Feb 2013 22:50:37 +0000 Subject: [PATCH] ICU-9963 remove bogus U_I18N_API from ChineseCalendar::getStaticClassID() X-SVN-Rev: 33283 --- icu4c/source/i18n/chnsecal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/chnsecal.h b/icu4c/source/i18n/chnsecal.h index ce4f95c30b3..7d0e2a1fc8a 100644 --- a/icu4c/source/i18n/chnsecal.h +++ b/icu4c/source/i18n/chnsecal.h @@ -215,7 +215,7 @@ class U_I18N_API ChineseCalendar : public Calendar { * @return The class ID for all objects of this class. * @internal */ - U_I18N_API static UClassID U_EXPORT2 getStaticClassID(void); + static UClassID U_EXPORT2 getStaticClassID(void); /** * return the calendar type, "chinese". -- 2.40.0