diff --git a/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx b/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx index 0e34cd6979..0f1a190fd6 100644 --- a/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx +++ b/src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx @@ -50,7 +50,7 @@ public: //! Sets the shape and axis on which hole(s) will be //! performed. void Init (const TopoDS_Shape& S, const gp_Ax1& Axis); - + //! Performs every holes of radius . This //! command has the same effect as a cut operation //! with an infinite cylinder defined by the given @@ -100,8 +100,8 @@ public: protected: - - + //! Unhide the base class member to avoid Clang warnings + using BRepFeat_Builder::Perform; private: