Salome HOME
IPAL52980: Wire Discretization with Table density fails
[modules/smesh.git] / src / SMDS / SMDS_Downward.hxx
index c85c091a93bfdf03cebef31e65783c34ed71f3f6..80206fd820e5edf3233062bca1d9ddd643667375 100644 (file)
@@ -90,7 +90,7 @@ public:
   static int getCellDimension(unsigned char cellType);
 protected:
   SMDS_Downward(SMDS_UnstructuredGrid *grid, int nbDownCells);
-  ~SMDS_Downward();
+  virtual ~SMDS_Downward();
   int addCell(int vtkId = -1);
   virtual void initCell(int cellId);
   virtual void allocate(int nbElems) = 0;