]> Creatis software - gdcm.git/commitdiff
BUG: did not compile on Win32
authormalaterre <malaterre>
Fri, 14 Jan 2005 22:27:27 +0000 (22:27 +0000)
committermalaterre <malaterre>
Fri, 14 Jan 2005 22:27:27 +0000 (22:27 +0000)
src/gdcmDirList.cxx

index 083dfa04be1c0b7cde5e569dd5c605d5e7ce6920..62d449c6e4e35b097d44b5a862e241727093b8f4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDirList.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/14 22:20:11 $
-  Version:   $Revision: 1.34 $
+  Date:      $Date: 2005/01/14 22:27:27 $
+  Version:   $Revision: 1.35 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -101,7 +101,7 @@ int DirList::Explore(std::string const &dirpath, bool recursive)
       }
       else
       {
-         push_back(dirName+fileName);
+         Filenames.push_back(dirName+fileName);
          numberOfFiles++;
       }