]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragmentsInfo.h
BUG: Remove the Print indent mess. Please only one Print per class default paramater...
[gdcm.git] / src / gdcmJPEGFragmentsInfo.h
index 4f445b7d1f61f406ae365678e0f5cdc387d71718..55ad8f999167cc517488010b66d15d241bc525f0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragmentsInfo.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 20:16:58 $
-  Version:   $Revision: 1.7 $
+  Date:      $Date: 2005/01/16 04:50:42 $
+  Version:   $Revision: 1.8 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -49,7 +49,7 @@ private:
    JPEGFragmentsList Fragments;
 public:
    ~JPEGFragmentsInfo();
-   void Print( std::string indent = "", std::ostream &os = std::cout );
+   void Print( std::ostream &os = std::cout, std::string const & indent = "" );
 };
 } // end namespace gdcm