]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.h
ENH: Remove redundancie about GDCM_DICT stuff, now we only need to modify
[gdcm.git] / src / gdcmObject.h
index e3be05aa2a031f2ab7c922a28418181b4490bc18..7e842e0035b7c8ed4c3e90029b411503efd2dc84 100644 (file)
@@ -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<gdcmElement> elemList);