]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFrame.h
BUG: Remove the Print indent mess. Please only one Print per class default paramater...
[gdcm.git] / src / gdcmRLEFrame.h
index 21b2dd30c1ec01fc09d3fd65d8124cb6cc49bd98..bffdbea862b38e34eaf0c2c1187b6827949be4ce 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFrame.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 20:16:58 $
-  Version:   $Revision: 1.10 $
+  Date:      $Date: 2005/01/16 04:50:42 $
+  Version:   $Revision: 1.11 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -51,7 +51,7 @@ friend class PixelReadConvert;
    long    Length[15];
 public:
    RLEFrame() { NumberFragments = 0; }
-   void Print( std::string indent = "", std::ostream &os = std::cout );
+   void Print( std::ostream &os = std::cout, std::string indent = "" );
    
 };
 } // end namespace gdcm