From: malaterre Date: Sat, 5 Feb 2005 01:25:45 +0000 (+0000) Subject: BUG: Please disable copy/paste from your editor X-Git-Tag: Version1.0.bp~79 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0628dcb30529c5cab0ed002fc10bfc0cdc3a5a47;p=gdcm.git BUG: Please disable copy/paste from your editor --- diff --git a/Testing/TestSerieHelper.cxx b/Testing/TestSerieHelper.cxx index 3cb43568..e8b6a313 100644 --- a/Testing/TestSerieHelper.cxx +++ b/Testing/TestSerieHelper.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestSerieHelper.cxx,v $ Language: C++ - Date: $Date: 2005/02/03 10:00:06 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/02/05 01:25:45 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,8 +20,6 @@ #include "gdcmDebug.h" #include -typedef std::list GdcmFileList; - int TestSerieHelper(int argc, char *argv[]) { gdcm::SerieHelper *s; @@ -50,7 +48,7 @@ int TestSerieHelper(int argc, char *argv[]) int nbFiles; // For all the Coherent Files lists of the gdcm::Serie - GdcmFileList *l = s->GetFirstCoherentFileList(); + gdcm::GdcmFileList *l = s->GetFirstCoherentFileList(); while (l) { nbFiles = l->size() ;