From 99ac7b2e40767d445c40256ff0c0c3d6f8282f1a Mon Sep 17 00:00:00 2001 From: isn Date: Mon, 11 Jan 2016 18:32:41 +0300 Subject: [PATCH] 0027066: BRepFeat_MakeCylindricalHole::Perform() hides overloaded virtual function Moving to protected section --- src/BRepFeat/BRepFeat_MakeCylindricalHole.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: