X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=a74a2cdcee8ac8e3c2c3e44f68929a8a51172fc2;hb=d6fa71b6fa0186d6d85edc308741c58f03adf1f3;hp=dafc627a43726dc4c0c622b6e643754802e41095;hpb=0bbf3772212391cff69ed451c0a089279ee0c27c;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index dafc627a..a74a2cdc 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 17:08:06 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/01/18 14:28:32 $ + 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 @@ -44,8 +44,9 @@ Base::~Base() /** * \brief Print all the object * @param os The output stream to be written to. + * @param indent indent */ -void Base::Print(std::ostream & os) +void Base::Print(std::ostream &, std::string const & ) { }