From: regrain Date: Tue, 23 Nov 2004 09:13:26 +0000 (+0000) Subject: * FIX compilation error for zorglub and smallfry.­kitwareout X-Git-Tag: Version1.0.bp~576 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ebfb308e35ee009ad92d999ec35099e77a115b1a;p=gdcm.git * FIX compilation error for zorglub and smallfry.­kitwareout -- BeNours --- 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: