X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=a83be408858de092dd3138cda949fcbeb696fbb1;hb=ce8913daafe02955368fd2f07e777e86824467cc;hp=d8cb65effef8f04d332f463aa9074fdd2f6b41d1;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index d8cb65ef..a83be408 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/12/03 20:16:58 $ - Version: $Revision: 1.8 $ + Date: $Date: 2005/01/20 16:17:00 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,12 +45,12 @@ class GDCM_EXPORT RLEFramesInfo { typedef std::list< RLEFrame* > RLEFrameList; friend class Document; -friend class File; +friend class FileHelper; friend class PixelReadConvert; RLEFrameList Frames; public: ~RLEFramesInfo(); - void Print( std::string indent = "", std::ostream &os = std::cout ); + void Print( std::ostream &os = std::cout, std::string indent = "" ); }; } // end namespace gdcm