From: rnv Date: Mon, 14 Jan 2019 12:25:50 +0000 (+0300) Subject: Fix "23657: [CEA] A crash when saving hdf study with GEOM or SMESH objects under... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3243352f0f139e34810611007e2c9e4c6e06eab8;p=modules%2Fyacs.git Fix "23657: [CEA] A crash when saving hdf study with GEOM or SMESH objects under Windows" --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_Driver.hxx b/src/SALOMEDSImpl/SALOMEDSImpl_Driver.hxx index 804218c12..d0856b762 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_Driver.hxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_Driver.hxx @@ -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,