X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.cxx;h=b1e40f543df216e2f677d1e95de7b775780d431d;hb=c67722f906aa752ab8ae39865c884b3dea8cff99;hp=05ef4358200a760dea52a7614129167390432077;hpb=327dfe7647e3720b0f3125f9b19397cb9afc0ed3;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.cxx b/src/gdcmDicomDirMeta.cxx index 05ef4358..b1e40f54 100644 --- a/src/gdcmDicomDirMeta.cxx +++ b/src/gdcmDicomDirMeta.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirMeta.cxx,v $ Language: C++ - Date: $Date: 2005/01/06 20:03:27 $ - Version: $Revision: 1.20 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,7 +48,7 @@ DicomDirMeta::~DicomDirMeta() /** * \brief Prints the Meta Elements */ -void DicomDirMeta::Print(std::ostream &os) +void DicomDirMeta::Print(std::ostream &os, std::string const & ) { os << "META" << std::endl; // warning : META doesn't behave exactly like a Objet