]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFrame.h
ENH: Finally fix setup.py.in. both binary and install mode are working again
[gdcm.git] / src / gdcmRLEFrame.h
index f65894261e4f6c0265fc048379467abf2c755b32..3f288ecfc83ce7b4f03b78fde1d196dc55532901 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFrame.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/08 08:42:11 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2004/10/08 16:27:20 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -42,6 +42,7 @@ class GDCM_EXPORT gdcmRLEFrame
 {
 friend class gdcmDocument;
 friend class gdcmFile;
+friend class gdcmPixelConvert;
    int     NumberFragments;
    long    Offset[15];
    long    Length[15];