X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.h;h=bb0d7cc58a3853b3d9a2501f2eb5e50f17288637;hb=f540ed5835e7b89478e6048a577d494c0e156f2a;hp=99a956d12ccbeebbac55d015ebe7acca02836ad3;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/src/gdcmDictGroupName.h b/src/gdcmDictGroupName.h index 99a956d1..bb0d7cc5 100644 --- a/src/gdcmDictGroupName.h +++ b/src/gdcmDictGroupName.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictGroupName.h,v $ Language: C++ - Date: $Date: 2005/11/28 15:20:32 $ - Version: $Revision: 1.7 $ + Date: $Date: 2005/11/28 16:31:23 $ + 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 @@ -19,7 +19,7 @@ #ifndef GDCMDICTGROUPNAME_H #define GDCMDICTGROUPNAME_H -#include "gdcmCommandManager.h" +#include "gdcmRefCounter.h" #include #include @@ -38,7 +38,7 @@ typedef std::map DictGroupNameHT; * (formerly NIH defined ACR-NEMA group name) * \note This is a singleton. */ -class GDCM_EXPORT DictGroupName : public CommandManager +class GDCM_EXPORT DictGroupName : public RefCounter { gdcmTypeMacro(DictGroupName);