X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.cxx;h=e1f201ff4a3be39f96a5d105cf9ae8736ddf9d04;hb=d5e16925a7d3c8dbd0e71b1989629ca0f619b119;hp=036dc71576b90998c9976a9678fa9a3658084236;hpb=17f558a37c559463d2a47c728f8554b1c953421f;p=gdcm.git diff --git a/src/gdcmDicomDirImage.cxx b/src/gdcmDicomDirImage.cxx index 036dc715..e1f201ff 100644 --- a/src/gdcmDicomDirImage.cxx +++ b/src/gdcmDicomDirImage.cxx @@ -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();