ICU-1891 Fix for os/390
X-SVN-Rev: 8842
This commit is contained in:
parent
f0f2f037e3
commit
d76cc62af5
@ -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…
Reference in New Issue
Block a user