X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElValSet.h;h=ae30bc55f16c45d24d19de16222780b57fa39596;hb=a4c5c2742a2db55720d4aedec1b2c51a94a19c60;hp=c5b59ed53cb990f1363aaa560ff832910450ac12;hpb=595f90023c498f01bba240043841088ba5d45872;p=gdcm.git diff --git a/src/gdcmElValSet.h b/src/gdcmElValSet.h index c5b59ed5..ae30bc55 100644 --- a/src/gdcmElValSet.h +++ b/src/gdcmElValSet.h @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.10 2003/04/09 14:04:53 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.11 2003/04/16 08:03:27 frog Exp $ #ifndef GDCMELVALSET_H #define GDCMELVALSET_H @@ -21,6 +21,7 @@ class GDCM_EXPORT gdcmElValSet { typedef map GroupHT; public: + ~gdcmElValSet(); void Add(gdcmElValue*); void Print(ostream &);