mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 18098
This commit is contained in:
parent
1042b2855b
commit
bd6b3ac001
1 changed files with 1 additions and 1 deletions
|
@ -1422,7 +1422,7 @@ private:
|
|||
// provides the '32' flavored code point access, not UChar access.
|
||||
//
|
||||
|
||||
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CharacterIteratorUT);
|
||||
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CharacterIteratorUT)
|
||||
|
||||
CharacterIteratorUT::CharacterIteratorUT(UText *ut) {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
|
Loading…
Add table
Reference in a new issue