X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDictSet.cxx;h=f5c4f65bed0722cb6a91b60a6edf74c145560ecd;hb=d5e16925a7d3c8dbd0e71b1989629ca0f619b119;hp=149ecac0b2aae14a4be1c5f9744e5a901bede6a2;hpb=abd6bfcc2b10b5f7447d1758938d7c15c31240af;p=gdcm.git diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index 149ecac0..f5c4f65b 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.cxx,v $ Language: C++ - Date: $Date: 2005/01/07 19:20:38 $ - Version: $Revision: 1.48 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -69,7 +69,7 @@ DictSet::~DictSet() * contained is this DictSet, along with their respective content. * @param os Output stream used for printing. */ -void DictSet::Print(std::ostream &os) +void DictSet::Print(std::ostream &os, std::string const & ) { for (DictSetHT::iterator dict = Dicts.begin(); dict != Dicts.end(); ++dict) { @@ -220,8 +220,7 @@ std::string DictSet::BuildDictPath() { resultPath += '/'; } - gdcmVerboseMacro("DictSet::BuildDictPath:" - "Dictionary path set from environnement"); + gdcmVerboseMacro( "Dictionary path set from environnement"); } else {