X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDictSet.h;h=b2be826a7490b2410b9fc0e2eefdc4f612eb2ff3;hb=786ec05267c2b2892666e1a2ee3ca8a5d2c877a1;hp=895459d094903057916db82a368bb447deeaa0b3;hpb=867b8ef63054497249cc3a0138107383d60351dc;p=gdcm.git diff --git a/src/gdcmDictSet.h b/src/gdcmDictSet.h index 895459d0..b2be826a 100644 --- a/src/gdcmDictSet.h +++ b/src/gdcmDictSet.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictSet.h,v $ Language: C++ - Date: $Date: 2004/10/18 02:17:07 $ - Version: $Revision: 1.28 $ + Date: $Date: 2004/12/16 13:46:37 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -19,13 +19,14 @@ #ifndef GDCMDICTSET_H #define GDCMDICTSET_H +#include "gdcmBase.h" #include "gdcmDict.h" + #include #include namespace gdcm { -typedef std::string DictKey; typedef std::map DictSetHT; //----------------------------------------------------------------------------- @@ -37,7 +38,7 @@ typedef std::map DictSetHT; * \par having many in memory representations of the same dictionary * (saving memory). */ -class GDCM_EXPORT DictSet +class GDCM_EXPORT DictSet : public Base { public: DictSet();