From e4252948e4605268cd5eb07a6da94b21927766fb Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 14 Jan 2019 15:25:50 +0300 Subject: [PATCH] Fix "23657: [CEA] A crash when saving hdf study with GEOM or SMESH objects under Windows" --- src/SALOMEDSImpl/SALOMEDSImpl_Driver.hxx | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.39.2