mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-2347 Cast away const on delete.
X-SVN-Rev: 10245
This commit is contained in:
parent
f9173f3f2b
commit
e08ac06893
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ucal_countAvailableTZIDs(int32_t rawOffset)
|
|||
}
|
||||
UErrorCode ec = U_ZERO_ERROR;
|
||||
int32_t count = tzs->count(ec);
|
||||
delete tzs;
|
||||
delete (StringEnumeration*)tzs;
|
||||
return count;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue