mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1891 Fix for os/390
X-SVN-Rev: 8842
This commit is contained in:
parent
f0f2f037e3
commit
d76cc62af5
1 changed files with 4 additions and 2 deletions
|
@ -21,10 +21,12 @@ DataMap::utoi(const UnicodeString &s) const
|
|||
return atoi(ch);
|
||||
}
|
||||
|
||||
|
||||
void deleteResBund(void *obj) {
|
||||
U_CDECL_BEGIN
|
||||
void U_CALLCONV
|
||||
deleteResBund(void *obj) {
|
||||
delete (ResourceBundle *)obj;
|
||||
}
|
||||
U_CDECL_END
|
||||
|
||||
|
||||
RBDataMap::~RBDataMap()
|
||||
|
|
Loading…
Add table
Reference in a new issue