From: malaterre Date: Fri, 14 Jan 2005 22:27:27 +0000 (+0000) Subject: BUG: did not compile on Win32 X-Git-Tag: Version1.0.bp~324 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e362e5566f4388a31bcff8eae74d59664b9c31e6;p=gdcm.git BUG: did not compile on Win32 --- diff --git a/src/gdcmDirList.cxx b/src/gdcmDirList.cxx index 083dfa04..62d449c6 100644 --- a/src/gdcmDirList.cxx +++ b/src/gdcmDirList.cxx @@ -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++; }