Salome HOME
Implement filter "F9: External Faces"
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_OnPlane.cpp
index c86a33474cade21da6c83288d94bb40677f3266e..f7b4a07a660cd0e0120291eb7562fe7125b77326 100644 (file)
@@ -52,8 +52,8 @@ GeomPlanePtr getPlane(AttributeSelectionPtr theAttr)
   return aFace->getPlane();
 }
 
-bool FiltersPlugin_OnPlane::isOk(const GeomShapePtr& theShape,
-  const ModelAPI_FiltersArgs& theArgs) const
+bool FiltersPlugin_OnPlane::isOk(const GeomShapePtr& theShape, const ResultPtr&,
+                                 const ModelAPI_FiltersArgs& theArgs) const
 {
   AttributePtr aAttr = theArgs.argument("OnPlane");
   AttributeSelectionListPtr aList =