X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.h;h=f8f0c147fcc118b9bd2d02324b8d5529f1bea9ac;hb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;hp=e9d3bcbc0676f9c0e400b11d21269c439e4e3f52;hpb=82afaad85d04083d5d7945e2a70a79a720a9ba3a;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index e9d3bcbc..f8f0c147 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.h,v $ Language: C++ - Date: $Date: 2005/11/28 15:20:33 $ - Version: $Revision: 1.51 $ + Date: $Date: 2005/11/28 16:31:23 $ + Version: $Revision: 1.52 $ 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 GDCMDICTSET_H #define GDCMDICTSET_H -#include "gdcmCommandManager.h" +#include "gdcmRefCounter.h" #include "gdcmDict.h" #include @@ -38,7 +38,7 @@ typedef std::map DictSetHT; * - having many in memory representations of the same dictionary * (saving memory). */ -class GDCM_EXPORT DictSet : public CommandManager +class GDCM_EXPORT DictSet : public RefCounter { gdcmTypeMacro(DictSet);