]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
* Rename src/gdcmPixelConvert.[h|cxx] to src/gdcmPixelReadConvert.[h|cxx]
[gdcm.git] / src / gdcmRLEFramesInfo.h
index 5afa003e99f36d435e9e6fb11fb22bfc0894187b..f712f959a140b76f777c3243b6d8c762fef8a1a2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/20 14:30:40 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2004/12/03 10:21:54 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -44,7 +44,7 @@ class GDCM_EXPORT RLEFramesInfo
    typedef std::list< RLEFrame* > RLEFrameList;
 friend class Document;
 friend class File;
-friend class PixelConvert;
+friend class PixelReadConvert;
    RLEFrameList Frames;
 public:
    ~RLEFramesInfo();