X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTS.cxx;h=96e9cb562ccfa99d3809d8f54915dbf9c0e27090;hb=1570ec618f437f11d13ab269635b5754886d8144;hp=c6277defe07548797e39c8df047fa454f169f293;hpb=5d2d36839380be715fb1ebac9d86ce3fbe7e0622;p=gdcm.git diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index c6277def..96e9cb56 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 17:51:17 $ - Version: $Revision: 1.51 $ + Date: $Date: 2005/10/26 08:04:16 $ + Version: $Revision: 1.52 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -346,7 +346,7 @@ const char* TS::GetSpecialTransferSyntax(SpecialType t) * \brief Print all * @param os The output stream to be written to. */ -void TS::Print(std::ostream &os) +void TS::Print(std::ostream &os,std::string const &) { std::ostringstream s;