mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2755 remove second const in const US * const
X-SVN-Rev: 11847
This commit is contained in:
parent
399b051326
commit
f4621a6bce
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public:
|
|||
return result;
|
||||
}
|
||||
|
||||
const UnicodeString* const getSupportedIDs(int32_t& _count, UErrorCode& status) {
|
||||
const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
|
||||
if (U_SUCCESS(status)) {
|
||||
if (!ids) {
|
||||
ids = new UnicodeString[count];
|
||||
|
|
Loading…
Add table
Reference in a new issue