X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSQItem.cxx;h=01f783325508d62fe67b9b8686a5ec8a0f42f3f2;hb=c852120fdb6d542d84f74440b68414fdb52178d7;hp=166fd40a7e93247d13bed96db53da4365ecf0cb0;hpb=0b01703cc07d46a6ae718e01c6beee14599a9da1;p=gdcm.git diff --git a/src/gdcmSQItem.cxx b/src/gdcmSQItem.cxx index 166fd40a..01f78332 100644 --- a/src/gdcmSQItem.cxx +++ b/src/gdcmSQItem.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.cxx,v $ Language: C++ - Date: $Date: 2004/11/10 18:27:23 $ - Version: $Revision: 1.36 $ + Date: $Date: 2004/11/24 16:39:19 $ + Version: $Revision: 1.37 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -60,6 +60,7 @@ SQItem::~SQItem() */ void SQItem::Print(std::ostream& os) { + os << "S "; std::ostringstream s; if (SQDepthLevel > 0)