0027067: Avoid use of virtual methods for implementation of destructors in legacy...
[occt.git] / src / BinTools / BinTools_ShapeSet.cxx
index 5e98faf..5008ddf 100644 (file)
@@ -79,11 +79,11 @@ BinTools_ShapeSet::BinTools_ShapeSet(const Standard_Boolean isWithTriangles)
 {}
 
 //=======================================================================
-//function : Delete
+//function : ~BinTools_ShapeSet
 //purpose  : 
 //=======================================================================
 
-void BinTools_ShapeSet::Delete()
+BinTools_ShapeSet::~BinTools_ShapeSet()
 {}
 
 //=======================================================================