From: isn Date: Mon, 11 Jan 2016 15:32:41 +0000 (+0300) Subject: 0027066: BRepFeat_MakeCylindricalHole::Perform() hides overloaded virtual function X-Git-Tag: V7_0_0rc~92 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=99ac7b2e40767d445c40256ff0c0c3d6f8282f1a;p=occt-copy.git 0027066: BRepFeat_MakeCylindricalHole::Perform() hides overloaded virtual function Moving to protected section --- 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: