From 2821b59c02b88bf6a7841be8a35481aee48d79d3 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 18 Jul 2005 20:22:03 +0000 Subject: [PATCH] ICU-4671 Fix for Forte 8 X-SVN-Rev: 18272 --- icu4c/source/i18n/utrans.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/utrans.cpp b/icu4c/source/i18n/utrans.cpp index 3545281be9b..11da9d79438 100644 --- a/icu4c/source/i18n/utrans.cpp +++ b/icu4c/source/i18n/utrans.cpp @@ -64,14 +64,14 @@ public: * * @draft ICU 2.2 */ - virtual inline UClassID getDynamicClassID() const; + virtual UClassID getDynamicClassID() const; /** * ICU "poor man's RTTI", returns a UClassID for this class. * * @draft ICU 2.2 */ - static inline UClassID U_EXPORT2 getStaticClassID(); + static UClassID U_EXPORT2 getStaticClassID(); protected: