From d46f327899ec9d0c7331f526480f0bdffd829f0a Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Mon, 28 Feb 2005 22:35:36 +0000 Subject: [PATCH] ICU-4288 move misplaced "inline". X-SVN-Rev: 17263 --- icu4c/source/layout/LEFontInstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/layout/LEFontInstance.h b/icu4c/source/layout/LEFontInstance.h index fe399b60cad..7d1630cca54 100644 --- a/icu4c/source/layout/LEFontInstance.h +++ b/icu4c/source/layout/LEFontInstance.h @@ -313,7 +313,7 @@ public: * * @stable ICU 3.2 */ - virtual float inline yUnitsToPoints(float yUnits) const; + virtual inline float yUnitsToPoints(float yUnits) const; /** * This method converts font design units to points.