commit | a8f3c40f718d5c18c300a4aa1cf02a3c32a48c46 | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Thu Oct 30 14:03:27 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Oct 31 12:44:31 2014 -0700 |
tree | 1f18059040efbe0d617e884634624c1df49dee51 | |
parent | ca188d7acffaab13c204a29f1e8d81cab6a3ef8c [diff] [blame] |
build: use C++11 Change-Id: I0e58ac4e9cb42d07a9b58125d761875f91c7744c Refs: #1930
diff --git a/tools/repo-ng-ls.cpp b/tools/repo-ng-ls.cpp index be51b34..862f133 100644 --- a/tools/repo-ng-ls.cpp +++ b/tools/repo-ng-ls.cpp
@@ -26,7 +26,7 @@ namespace repo { -using namespace ndn::time; +using std::string; void printUsage(const char* programName)