ICU-1234 Fix for Linux

X-SVN-Rev: 7585
This commit is contained in:
George Rhoten 2002-02-07 02:08:12 +00:00
parent 944717f83a
commit c1999d8ac3

View File

@ -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;