mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-9963 remove bogus U_I18N_API from ChineseCalendar::getStaticClassID()
X-SVN-Rev: 33283
This commit is contained in:
parent
186db36241
commit
cb96abf1f8
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Reference in a new issue