0025076: Hidden overloaded virtual functions
[occt.git] / src / BRepOffsetAPI / BRepOffsetAPI_MakePipeShell.cxx
index 3345818..35ef490 100644 (file)
@@ -153,7 +153,7 @@ BRepOffsetAPI_MakePipeShell::BRepOffsetAPI_MakePipeShell(const TopoDS_Wire& Spin
 
 void BRepOffsetAPI_MakePipeShell::Delete( const TopoDS_Shape& Profile)
 {
-  myPipe->Delete(Profile);
+  myPipe->DeleteProfile(Profile);
 }