]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.h
some cosmetic cleanup so that compilation : -W -Wall -Werror can pass.
[gdcm.git] / src / gdcmObject.h
index a7b0665b20fd19e138714add5bbb89c2f484ad6e..7e842e0035b7c8ed4c3e90029b411503efd2dc84 100644 (file)
@@ -61,7 +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);