mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-8449 fix broken build from earlier checkin.
X-SVN-Rev: 34054
This commit is contained in:
parent
e715efb8e8
commit
c3b0565eea
1 changed files with 2 additions and 2 deletions
|
@ -242,8 +242,8 @@ public: // package
|
|||
/*
|
||||
* utility methods for Test8449
|
||||
*/
|
||||
void CalendarTest::setAndTestCalendar(Calendar* cal, int32_t initMonth, int32_t initDay, int32_t initYear, UErrorCode& status);
|
||||
void CalendarTest::setAndTestWholeYear(Calendar* cal, int32_t startYear, UErrorCode& status);
|
||||
void setAndTestCalendar(Calendar* cal, int32_t initMonth, int32_t initDay, int32_t initYear, UErrorCode& status);
|
||||
void setAndTestWholeYear(Calendar* cal, int32_t startYear, UErrorCode& status);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue