X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=84d3966b2c4f74dd325e83bb1bdf0fc4978f46fa;hb=edfc14dd195f9759cf02da0959d96d1499d572be;hp=111ac48cc82aae59baefa13df6bf5723d523d693;hpb=5bf7c51796867388334836847a6874640bc83f89;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 111ac48c..84d3966b 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2004/10/20 14:30:40 $ - Version: $Revision: 1.7 $ + Date: $Date: 2004/10/22 13:56:46 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -44,9 +44,8 @@ namespace gdcm class GDCM_EXPORT RLEFrame { friend class Document; -friend class File; friend class PixelConvert; - int NumberFragments; + unsigned int NumberFragments; long Offset[15]; long Length[15]; public: