X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=843ab0ed15cfe4a0c93d68ac12006b5efd116081;hb=3370a8090c600a3d4dbe5573a62d1dddb59819f2;hp=0e3f608a514c2f5dec8ed04732eef175b53206f3;hpb=01b26529fd830405f78ca1dc1fd7d2d7558a8a6e;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index 0e3f608a..843ab0ed 100644 --- a/src/gdcmRLEFramesInfo.h +++ b/src/gdcmRLEFramesInfo.h @@ -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();