ICU-8449 fix broken build from earlier checkin.
X-SVN-Rev: 34054
This commit is contained in:
parent
e715efb8e8
commit
c3b0565eea
@ -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…
Reference in New Issue
Block a user