Просмотр исходного кода

COMP: for a in range(100): write_on_board(No std in kwsys...)

Andy Cedilnik 20 лет назад
Родитель
Сommit
ccf5a130ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/kwsys/SystemTools.cxx

+ 1 - 1
Source/kwsys/SystemTools.cxx

@@ -1956,7 +1956,7 @@ kwsys_stl::string SystemTools::FindProgram(
       it != names.end() ; ++it)
       it != names.end() ; ++it)
     {
     {
     // Try to find the program.
     // Try to find the program.
-    std::string result = SystemTools::FindProgram(it->c_str(), 
+    kwsys_stl::string result = SystemTools::FindProgram(it->c_str(), 
                                                   path, 
                                                   path, 
                                                   noSystemPath);
                                                   noSystemPath);
     return result;
     return result;