ICU-9963 remove bogus U_I18N_API from ChineseCalendar::getStaticClassID()

X-SVN-Rev: 33283
This commit is contained in:
Markus Scherer 2013-02-20 22:50:37 +00:00
parent 186db36241
commit cb96abf1f8

View file

@ -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".