X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=2b068043bfc9b4d5a4489032d3459343b69a9f62;hb=7e9537ac534af5c5b9c5231c1b7fdd7193c2255d;hp=4e3753a6ed90415a7f23b78b1457c2e9da1dd0f0;hpb=3e98859eed8220c1c378bb9ae839f63bbcfef7f9;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index 4e3753a6..2b068043 100644 --- a/src/gdcmBase.cxx +++ b/src/gdcmBase.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBase.cxx,v $ Language: C++ - Date: $Date: 2005/01/06 20:25:17 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/01/16 04:50:40 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,7 +45,7 @@ Base::~Base() * \brief Print all the object * @param os The output stream to be written to. */ -void Base::Print(std::ostream &) +void Base::Print(std::ostream &, std::string const & ) { }