X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmObject.h;h=7e842e0035b7c8ed4c3e90029b411503efd2dc84;hb=e037a39af09b4df452992e1129fa2a370171c44e;hp=e3be05aa2a031f2ab7c922a28418181b4490bc18;hpb=5311d94213fb3d388924e1d5b8a9e11d1d40fcb3;p=gdcm.git diff --git a/src/gdcmObject.h b/src/gdcmObject.h index e3be05aa..7e842e00 100644 --- a/src/gdcmObject.h +++ b/src/gdcmObject.h @@ -61,8 +61,7 @@ protected: // constructor and destructor are protected to avoid end user to instanciate this class. gdcmObject(ListTag::iterator begin,ListTag::iterator end, TagHeaderEntryHT *ptagHT, ListTag *plistEntries); - ~gdcmObject(void); - + virtual ~gdcmObject(void); void FillObject(std::list elemList);