X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=dafc627a43726dc4c0c622b6e643754802e41095;hb=0bbf3772212391cff69ed451c0a089279ee0c27c;hp=2d244cdf729277d6174590ce8ce5b777c685a38e;hpb=e550e14aaf7d0223bbb18afe26ae1da2cfbbd332;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index 2d244cdf..dafc627a 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/21 15:16:07 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/01/06 17:08:06 $ + Version: $Revision: 1.3 $ 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 & os) { }