From ccf5a130ef1ad28475754f74aff6aa40db27c063 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Sun, 11 Dec 2005 00:12:40 -0500 Subject: COMP: for a in range(100): write_on_board(No std in kwsys...) --- Source/kwsys/SystemTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index a306888..4aa98ea 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1956,7 +1956,7 @@ kwsys_stl::string SystemTools::FindProgram( it != names.end() ; ++it) { // Try to find the program. - std::string result = SystemTools::FindProgram(it->c_str(), + kwsys_stl::string result = SystemTools::FindProgram(it->c_str(), path, noSystemPath); return result; -- cgit v0.12