Salome HOME
Fix "23657: [CEA] A crash when saving hdf study with GEOM or SMESH objects under...
authorrnv <rnv@opencascade.com>
Mon, 14 Jan 2019 12:25:50 +0000 (15:25 +0300)
committerrnv <rnv@opencascade.com>
Mon, 14 Jan 2019 12:25:50 +0000 (15:25 +0300)
src/SALOMEDSImpl/SALOMEDSImpl_Driver.hxx

index 804218c126eadcdaf348a7eab9a814928bebebfd..d0856b76226884df7921b3503f253fc251f7ae6e 100644 (file)
@@ -34,6 +34,8 @@ class SALOMEDSIMPL_EXPORT SALOMEDSImpl_Driver
 {
 public:
 
+  virtual ~SALOMEDSImpl_Driver() {};
+
   virtual std::string GetIOR() = 0;
 
   virtual SALOMEDSImpl_TMPFile* Save(const SALOMEDSImpl_SComponent& theComponent,