X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.h;h=fe9dda9876ba26859a62bb3a893164a403447bbe;hb=1f9855840e616065eb9ef1b99f69680541b68aad;hp=28d0e44a4333edc0a53d22ff307a7e3400316899;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/src/gdcmDicomDirElement.h b/src/gdcmDicomDirElement.h index 28d0e44a..fe9dda98 100644 --- a/src/gdcmDicomDirElement.h +++ b/src/gdcmDicomDirElement.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirElement.h,v $ Language: C++ - Date: $Date: 2005/11/28 15:20:32 $ - Version: $Revision: 1.36 $ + Date: $Date: 2005/11/28 16:31:23 $ + 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 @@ -19,7 +19,7 @@ #ifndef GDCMDICOMDIRELEMENT_H #define GDCMDICOMDIRELEMENT_H -#include "gdcmCommandManager.h" +#include "gdcmRefCounter.h" #include @@ -65,7 +65,7 @@ typedef std::list ListDicomDirFiducialElem; * \brief Represents elements contained in a DicomDir class * for the chained lists from the file 'Dicts/DicomDir.dic' */ -class GDCM_EXPORT DicomDirElement : public CommandManager +class GDCM_EXPORT DicomDirElement : public RefCounter { gdcmTypeMacro(DicomDirElement);