From ebfb308e35ee009ad92d999ec35099e77a115b1a Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 23 Nov 2004 09:13:26 +0000 Subject: [PATCH] =?utf8?q?=20=20=20*=20FIX=20compilation=20error=20for=20z?= =?utf8?q?orglub=20and=20smallfry.=ADkitwareout=20=20=20=20--=20BeNours?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/gdcmFile.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gdcmFile.h b/src/gdcmFile.h index 4d90b031..4a1ffa52 100644 --- a/src/gdcmFile.h +++ b/src/gdcmFile.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.h,v $ Language: C++ - Date: $Date: 2004/11/22 08:58:12 $ - Version: $Revision: 1.71 $ + Date: $Date: 2004/11/23 09:13:26 $ + Version: $Revision: 1.72 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,14 +39,14 @@ public: { WMODE_NATIVE, WMODE_DECOMPRESSED, - WMODE_RGB, + WMODE_RGB }; enum TWriteType { WTYPE_IMPL_VR, WTYPE_EXPL_VR, - WTYPE_ACR, + WTYPE_ACR }; public: -- 2.48.1