Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Filling.h
index e4a23b609fe517200b2c8b6d8988fcf4a28f27b6..cb19f063f0efe373ac3846126d5e424ebdc2ed34 100644 (file)
@@ -165,7 +165,7 @@ public:
 
 private:
   /// Check the filling algorithm is failed
-  bool isFailed(const std::shared_ptr<GeomAlgoAPI_MakeShape>& theAlgorithm);
+  bool isAlgorithmFailed(const std::shared_ptr<GeomAlgoAPI_MakeShape>& theAlgorithm);
 
   /// Convert shape to edge according to construction method
   std::shared_ptr<GeomAPI_Edge> toEdge(const std::shared_ptr<GeomAPI_Shape>& theShape,