mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1234 Fix for Linux
X-SVN-Rev: 7585
This commit is contained in:
parent
944717f83a
commit
c1999d8ac3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue