From d76cc62af52f745a9b6b92c8df67ff94c9907982 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 11 Jun 2002 22:16:22 +0000 Subject: [PATCH] ICU-1891 Fix for os/390 X-SVN-Rev: 8842 --- icu4c/source/test/intltest/datamap.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/datamap.cpp b/icu4c/source/test/intltest/datamap.cpp index 8d0e0392df0..77ca0b5169d 100644 --- a/icu4c/source/test/intltest/datamap.cpp +++ b/icu4c/source/test/intltest/datamap.cpp @@ -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()