X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmBase.cxx;h=dcba3c95fdda028bdbdfa735ab18d077397ddec6;hb=4976cfdaa3bb61e01e7ad0a2382d7e9622918acd;hp=2b068043bfc9b4d5a4489032d3459343b69a9f62;hpb=e8caac199c2683cb0f118c42c61dc6aec85b1eec;p=gdcm.git diff --git a/src/gdcmBase.cxx b/src/gdcmBase.cxx index 2b068043..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: 2005/01/16 04:50:40 $ - Version: $Revision: 1.6 $ + 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,6 +44,7 @@ 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 &, std::string const & ) {