From 8f7b28cfc61f71f0ab08bbef0ad0d4a272f9420a Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Thu, 11 Sep 2014 16:00:14 +0000 Subject: [PATCH] ICU-10881 Fixed a namespace problem. X-SVN-Rev: 36463 --- icu4c/source/tools/pkgdata/pkgdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/pkgdata/pkgdata.cpp b/icu4c/source/tools/pkgdata/pkgdata.cpp index 015cb5340f1..7d29ad6ffc3 100644 --- a/icu4c/source/tools/pkgdata/pkgdata.cpp +++ b/icu4c/source/tools/pkgdata/pkgdata.cpp @@ -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] = ""; -- 2.40.0