]> Creatis software - gdcm.git/blobdiff - src/gdcmSQItem.h
ENH: Fix a warning with gcc4: TestHash.cxx:20: warning: deprecated conversion from...
[gdcm.git] / src / gdcmSQItem.h
index 1b3cdad7e0814954acbde7b59d0d4c2192344a26..ecfffb684ba3ffb74cf8cdf27247e79b5c2c5a86 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSQItem.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/16 19:21:57 $
-  Version:   $Revision: 1.15 $
+  Date:      $Date: 2004/10/07 21:01:10 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
                                                                                 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 #ifndef GDCMSQITEM_H
 #define GDCMSQITEM_H
 
-#include <list>
 #include "gdcmDocEntry.h"
 #include "gdcmDocEntrySet.h"
 #include "gdcmDocument.h"
-
+#include <list>
 
 class gdcmBinEntry;
 
@@ -85,7 +84,7 @@ protected:
    int SQItemNumber;
 
    ///\brief pointer to the HTable of the gdcmDocument,
-   ///       (because we don't know it within any gdcmObject nor any gdcmSQItem)
+   ///       (because we don't know it within any gdcmDicomDirObject nor any gdcmSQItem)
    TagDocEntryHT *PtagHT;