]> Creatis software - gdcm.git/blobdiff - src/gdcmSQItem.h
* Test for a bug fix
[gdcm.git] / src / gdcmSQItem.h
index 28b18715e237e17d844155091d0fd415466b2168..8d4e81c70feeb42fd15e3a1ec4c3590394e2e4d6 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSQItem.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/29 12:48:47 $
-  Version:   $Revision: 1.49 $
+  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
@@ -45,7 +45,8 @@ class GDCM_EXPORT SQItem : public DocEntrySet
 public:
    static SQItem *New(int depthLevel) {return new SQItem(depthLevel);}
 
-   virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); 
+   virtual void Print(std::ostream &os = std::cout, 
+                      std::string const &indent = "" ); 
    void WriteContent(std::ofstream *fp, FileType filetype);
    uint32_t ComputeFullLength();