From db0120092d3e394c5c2a081f20992ccae40387d5 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 18 Jun 2002 20:17:48 +0000 Subject: [PATCH] ICU-1891 Better fix for z/OS X-SVN-Rev: 8903 --- icu4c/source/i18n/anytrans.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/anytrans.cpp b/icu4c/source/i18n/anytrans.cpp index 599d866143a..69f1ba6b3cb 100644 --- a/icu4c/source/i18n/anytrans.cpp +++ b/icu4c/source/i18n/anytrans.cpp @@ -4,7 +4,7 @@ * and others. All Rights Reserved. ***************************************************************** * $Source: /xsrl/Nsvn/icu/icu/source/i18n/anytrans.cpp,v $ -* $Revision: 1.4 $ +* $Revision: 1.5 $ ***************************************************************** * Date Name Description * 06/06/2002 aliu Creation. @@ -32,7 +32,7 @@ U_CDECL_BEGIN /** * Deleter function for Transliterator*. */ -static void +static void U_CALLCONV _deleteTransliterator(void *obj) { delete (Transliterator*) obj; }