mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12751 CStr, add icu:: namespace.
X-SVN-Rev: 39317
This commit is contained in:
parent
588f393cec
commit
9f925b0287
1 changed files with 2 additions and 2 deletions
|
@ -693,8 +693,8 @@ void KnownIssues::add(const char *ticket, const char *where, const UChar *msg, U
|
|||
if(msg==NULL || !*msg) return;
|
||||
|
||||
const icu::UnicodeString ustr(msg);
|
||||
|
||||
fTable[ticket][where].insert(std::string(CStr(ustr)()));
|
||||
|
||||
fTable[ticket][where].insert(std::string(icu::CStr(ustr)()));
|
||||
}
|
||||
|
||||
void KnownIssues::add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere)
|
||||
|
|
Loading…
Add table
Reference in a new issue