X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmElValSet.h;h=ae30bc55f16c45d24d19de16222780b57fa39596;hb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;hp=c5b59ed53cb990f1363aaa560ff832910450ac12;hpb=541ed5b2824ff14630565a474b1406e58b677662;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 &);