Salome HOME
Issue #2998: Add help description for automatic creation of constraints
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_HorizontalFace.cpp
index 6bda6a6cfcc802383b80103191c133f28fdbbeea..ce1ec8b3f090779e97a7bca2786afcb0a34d1ecb 100644 (file)
@@ -27,8 +27,8 @@ bool FiltersPlugin_HorizontalFace::isSupported(GeomAPI_Shape::ShapeType theType)
   return theType == GeomAPI_Shape::FACE;
 }
 
-bool FiltersPlugin_HorizontalFace::isOk(
-  const GeomShapePtr& theShape, const ModelAPI_FiltersArgs& theArgs) const
+bool FiltersPlugin_HorizontalFace::isOk(const GeomShapePtr& theShape, const ResultPtr&,
+                                        const ModelAPI_FiltersArgs& theArgs) const
 {
   if (!theShape->isFace() || !theShape->isPlanar())
     return false;