Salome HOME
Implement filter "F9: External Faces"
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_OppositeToEdge.cpp
index 35d1a42c6c94226ea208503e1a55a4ac986358d5..b2cc86a6c85e17f649f7cec75aa6425ccfc14dbd 100644 (file)
@@ -117,7 +117,7 @@ bool FiltersPlugin_OppositeToEdge::isSupported(GeomAPI_Shape::ShapeType theType)
   return theType == GeomAPI_Shape::EDGE;
 }
 
-bool FiltersPlugin_OppositeToEdge::isOk(const GeomShapePtr& theShape,
+bool FiltersPlugin_OppositeToEdge::isOk(const GeomShapePtr& theShape, const ResultPtr&,
                                         const ModelAPI_FiltersArgs& theArgs) const
 {
   AttributePtr aAttr = theArgs.argument("OppositeToEdge");