Salome HOME
Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared...
[modules/smesh.git] / src / SMDS / SMDS_MeshObject.hxx
index 7e4bcd464717bbfa976bf1b3a228fea3f1ea84ea..8386f211566afd77415ac71ef8d4314383ac5108 100644 (file)
@@ -29,6 +29,7 @@
 
 class SMDS_MeshObject
 {
-  public:
+ public:
+  virtual ~SMDS_MeshObject() {}
 };
 #endif