X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmBase.cxx;h=dcba3c95fdda028bdbdfa735ab18d077397ddec6;hb=dd9001df5c1b8d5be917f635a6316aa4f0869af7;hp=6f4c0d55e6ceb9061f5512703306755370fd8f53;hpb=f5c7e83afd484a025285c64a09a89bd227087245;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index 6f4c0d55..dcba3c95 100644 --- a/src/gdcmBase.cxx +++ b/src/gdcmBase.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBase.cxx,v $ Language: C++ - Date: $Date: 2004/12/16 13:46:38 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/01/23 10:12:32 $ + Version: $Revision: 1.8 $ 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 Indentation string to be prepended during printing */ -void Base::Print(std::ostream &os) +void Base::Print(std::ostream &, std::string const & ) { }