X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirObject.h;h=efa3742b6bea0dd48cd8447374df6a7697d3a8ac;hb=57514b6da5b0ee3a9a1c37a15ccde6f5e1ae1688;hp=8503569b765c2edb27b4ee800f9f3d0472cce1d2;hpb=233c8b3ebb1aee6b1be6723d842eb2241b9ffb91;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index 8503569b..efa3742b 100644 --- a/src/gdcmDicomDirObject.h +++ b/src/gdcmDicomDirObject.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirObject.h,v $ Language: C++ - Date: $Date: 2004/12/03 17:13:18 $ - Version: $Revision: 1.7 $ + Date: $Date: 2004/12/03 20:16:57 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -29,7 +29,6 @@ namespace gdcm { //----------------------------------------------------------------------------- class DicomDirObject; -typedef std::list ListContent; //----------------------------------------------------------------------------- /** @@ -38,6 +37,7 @@ typedef std::list ListContent; */ class GDCM_EXPORT DicomDirObject : public SQItem { +typedef std::list ListContent; public: DicomDirObject(int depth = 1);