]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirImage.cxx
BUG: Remove the Print indent mess. Please only one Print per class default paramater...
[gdcm.git] / src / gdcmDicomDirImage.cxx
index 036dc71576b90998c9976a9678fa9a3658084236..e1f201ff4a3be39f96a5d105cf9ae8736ddf9d04 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirImage.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/06 15:43:18 $
-  Version:   $Revision: 1.15 $
+  Date:      $Date: 2005/01/16 04:50:41 $
+  Version:   $Revision: 1.16 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -46,7 +46,7 @@ DicomDirImage::~DicomDirImage()
  * \brief   Prints the Object
  * @return
  */ 
-void DicomDirImage::Print(std::ostream &os)
+void DicomDirImage::Print(std::ostream &os, std::string const & )
 {
    os << "IMAGE : ";
    for(ListDocEntry::iterator i = DocEntries.begin();