]> granicus.if.org Git - icu/commitdiff
ICU-10881 Fixed a namespace problem.
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 11 Sep 2014 16:00:14 +0000 (16:00 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 11 Sep 2014 16:00:14 +0000 (16:00 +0000)
X-SVN-Rev: 36463

icu4c/source/tools/pkgdata/pkgdata.cpp

index 015cb5340f14b5dee07e7fe9c305681eef3c68e3..7d29ad6ffc3c8e3df1165140611ef3b14481cf02 100644 (file)
@@ -2081,7 +2081,7 @@ static void loadLists(UPKGOptions *o, UErrorCode *status)
     FILE *p = NULL;
     size_t n;
     static char buf[512] = "";
-    CharString cmdBuf;
+    icu::CharString cmdBuf;
     UErrorCode status = U_ZERO_ERROR;
     const char cmd[] = "icu-config --incpkgdatafile";
     char dirBuf[1024] = "";