ICU-913 Use the scope operator and not the dot operator
X-SVN-Rev: 4354
This commit is contained in:
parent
d8eb7095fe
commit
45542b2e91
@ -572,7 +572,7 @@ Transliterator* Transliterator::createInstance(const UnicodeString& ID,
|
||||
ID.extractBetween(i+1, ID.length(), facadeID);
|
||||
ID.extractBetween(0, i, right);
|
||||
facadeID.append(ID_SEP).append(right);
|
||||
} else if (ID == NullTransliterator.ID) {
|
||||
} else if (ID == NullTransliterator::ID) {
|
||||
facadeID = ID;
|
||||
} else {
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user