]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FiltersPlugin/FiltersPlugin_OnLine.cpp
Salome HOME
Implement filter "F9: External Faces"
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_OnLine.cpp
index 092321eaf80e23b9c2bea2a4ca927df85412420d..d2e4384320237f5a635ad7d221fe6b2bfb27b53d 100644 (file)
@@ -46,7 +46,7 @@ bool FiltersPlugin_OnLine::isSupported(GeomAPI_Shape::ShapeType theType) const
   return theType == GeomAPI_Shape::EDGE || theType == GeomAPI_Shape::VERTEX;
 }
 
-bool FiltersPlugin_OnLine::isOk(const GeomShapePtr& theShape,
+bool FiltersPlugin_OnLine::isOk(const GeomShapePtr& theShape, const ResultPtr&,
                                 const ModelAPI_FiltersArgs& theArgs) const
 {
   AttributePtr aAttr = theArgs.argument("OnLine");