Salome HOME
scotch6.0.4 needs pthread... Quick and dirty solution to be improved
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingTimeDiscretization.hxx
index 12829a2ea087c91305268ee980b18a91a1f76606..f6d877a7539136c7467a9e08faa986cfd0603a76 100644 (file)
@@ -46,6 +46,7 @@ namespace MEDCoupling
   protected:
     TimeHolder() { }
     TimeHolder(const TimeHolder& other):_time_unit(other._time_unit) { }
+    virtual ~TimeHolder() { }
   private:
     std::string _time_unit;
   };