]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
ENH: Some fixes for gdcm installation
[gdcm.git] / src / gdcmRLEFramesInfo.h
index 0e3f608a514c2f5dec8ed04732eef175b53206f3..843ab0ed15cfe4a0c93d68ac12006b5efd116081 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/08 08:42:11 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2004/10/08 16:27:20 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -41,6 +41,7 @@ class GDCM_EXPORT gdcmRLEFramesInfo
    typedef std::list< gdcmRLEFrame* > RLEFrameList;
 friend class gdcmDocument;
 friend class gdcmFile;
+friend class gdcmPixelConvert;
    RLEFrameList Frames;
 public:
    ~gdcmRLEFramesInfo();