Salome HOME
ménage
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_HorizontalFace.cpp
index 6bda6a6cfcc802383b80103191c133f28fdbbeea..548b4ae6a52afd7468f8e5573ac5c2e8c0376143 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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;