X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSQItem.h;h=8d4e81c70feeb42fd15e3a1ec4c3590394e2e4d6;hb=906464b1c71b1b623f8202a693e75a358a5bd965;hp=cd6c7ccca2c31ea798f7e0a79b5a843763959ea0;hpb=d44aadb7b4ba5ad2c1d80ca6aa2125691e2b3aab;p=gdcm.git diff --git a/src/gdcmSQItem.h b/src/gdcmSQItem.h index cd6c7ccc..8d4e81c7 100644 --- a/src/gdcmSQItem.h +++ b/src/gdcmSQItem.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSQItem.h,v $ Language: C++ - Date: $Date: 2005/11/29 17:11:52 $ - Version: $Revision: 1.50 $ + Date: $Date: 2006/02/16 20:06:15 $ + Version: $Revision: 1.51 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,7 @@ public: static SQItem *New(int depthLevel) {return new SQItem(depthLevel);} virtual void Print(std::ostream &os = std::cout, - std::string const &indent = "" ); + std::string const &indent = "" ); void WriteContent(std::ofstream *fp, FileType filetype); uint32_t ComputeFullLength();