]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
BUG: Remove the Print indent mess. Please only one Print per class default paramater...
[gdcm.git] / src / gdcmRLEFramesInfo.h
index d8cb65effef8f04d332f463aa9074fdd2f6b41d1..fb35513e592ebaa89a723cf53a5873c893381d7c 100644 (file)
@@ -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/16 04:50:42 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -50,7 +50,7 @@ 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