X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.cxx;h=db791bd7b0f8d19f2921f52aaa814a5548266356;hb=977b70320ec22c560eb92d4669b26455e0842b7b;hp=66194b34b162f5c7a5a7edb2bfb55f7ac8964894;hpb=cb6cf86b2b3cc6b43d40561fb9552ebd19fdbc99;p=gdcm.git diff --git a/src/gdcmDictGroupName.cxx b/src/gdcmDictGroupName.cxx index 66194b34..db791bd7 100644 --- a/src/gdcmDictGroupName.cxx +++ b/src/gdcmDictGroupName.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictGroupName.cxx,v $ Language: C++ - Date: $Date: 2005/10/23 15:32:30 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/11/21 09:46:25 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -28,7 +28,7 @@ namespace gdcm { //----------------------------------------------------------------------------- -/// \brief auto generated function, to fill up the 'Value Representation' +/// \brief auto generated function, to fill up the 'Group Name' /// Dictionnary, if relevant file is not found on user's disk void FillDefaultDictGroupName(DictGroupNameHT &groupName); @@ -103,7 +103,7 @@ const TagName &DictGroupName::GetName(uint16_t group) * \brief Print all * @param os The output stream to be written to. */ -void DictGroupName::Print(std::ostream &os) +void DictGroupName::Print(std::ostream &os,std::string const &) { std::ostringstream s;