]> granicus.if.org Git - icu/commitdiff
ICU-12751 CStr, add icu:: namespace.
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 21 Sep 2016 21:02:21 +0000 (21:02 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 21 Sep 2016 21:02:21 +0000 (21:02 +0000)
X-SVN-Rev: 39317

icu4c/source/tools/toolutil/udbgutil.cpp

index cd7155cc627649976135162743daf3f7642a7419..bbb814ba901c41db4930cc4ad7003e1193f3b8ee 100644 (file)
@@ -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)