]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdFilesFromDirectory.cxx
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdFilesFromDirectory.cxx
index cf4030e0e224ccf4b3d4df0663981aba8d03f2b4..9b7ac504d77f59f9be6998fdff5a316fa5d174d8 100644 (file)
@@ -97,7 +97,7 @@ int FilesFromDirectory::Explore(std::string const &dirpath, bool recursive)
       {
          std::string temp = "\"" +dirName+fileName + "\"";
          std::string::size_type spacePosition = temp.find_first_of(' ');
-         if (spacePosition != string::npos) 
+                if (spacePosition != std::string::npos) 
         {
    std::cout << "=========================================== File name : [" <<temp << 
               "] contains space(s); Discarted !" << std::endl;