From: malaterre Date: Mon, 11 Jul 2005 15:29:04 +0000 (+0000) Subject: COMP: Forgot to change string to TagKey... X-Git-Tag: Version1.2.bp~322 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=285b9406fb75fca736d1dd5fee7706a51e64db92;p=gdcm.git COMP: Forgot to change string to TagKey... --- diff --git a/src/gdcmSerieHelper.h b/src/gdcmSerieHelper.h index 13db02af..099203d0 100644 --- a/src/gdcmSerieHelper.h +++ b/src/gdcmSerieHelper.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSerieHelper.h,v $ Language: C++ - Date: $Date: 2005/06/03 16:08:16 $ - Version: $Revision: 1.10 $ + Date: $Date: 2005/07/11 15:29:04 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -78,7 +78,7 @@ private: CoherentFileListmap CoherentFileListHT; CoherentFileListmap::iterator ItListHt; - typedef std::pair Rule; + typedef std::pair Rule; typedef std::vector SerieRestrictions; SerieRestrictions Restrictions; };