ICU-1891 Fix for os/390

X-SVN-Rev: 8842
This commit is contained in:
George Rhoten 2002-06-11 22:16:22 +00:00
parent f0f2f037e3
commit d76cc62af5

View File

@ -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()