From c1999d8ac3cbfe17a90cebcb2f11d157ddecd243 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 7 Feb 2002 02:08:12 +0000 Subject: [PATCH] ICU-1234 Fix for Linux X-SVN-Rev: 7585 --- icu4c/source/i18n/tridpars.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/tridpars.h b/icu4c/source/i18n/tridpars.h index 969342d3c8d..8349215bbbd 100644 --- a/icu4c/source/i18n/tridpars.h +++ b/icu4c/source/i18n/tridpars.h @@ -59,7 +59,7 @@ class TransliteratorIDParser { * 'filter' is the parsed filter pattern, or null if there was no * filter. */ - static class Specs { + class Specs { public: UnicodeString source; // not null UnicodeString target; // not null @@ -86,7 +86,7 @@ class TransliteratorIDParser { * 'filter' may be null, if there is none, or non-null and * non-empty. */ - static class SingleID { + class SingleID { public: UnicodeString canonID; UnicodeString basicID;