From: malaterre Date: Thu, 23 Sep 2004 23:28:19 +0000 (+0000) Subject: ENH: Could not compile using g++ -pedantic X-Git-Tag: Version0.6.bp~166 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fb5b9bbd24328976aaf3bc95658fc1142c0c9fd1;p=gdcm.git ENH: Could not compile using g++ -pedantic --- diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 6e9de933..27664a2b 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2004/09/23 10:47:10 $ - Version: $Revision: 1.29 $ + Date: $Date: 2004/09/23 23:28:19 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -95,7 +95,7 @@ public: GDCM_DICOMDIR_PATIENT, GDCM_DICOMDIR_STUDY, GDCM_DICOMDIR_SERIE, - GDCM_DICOMDIR_IMAGE, + GDCM_DICOMDIR_IMAGE } gdcmDicomDirType; protected: