1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0027066: BRepFeat_MakeCylindricalHole::Perform() hides overloaded virtual function

Moving to protected section
This commit is contained in:
isn 2016-01-11 18:32:41 +03:00 committed by bugmaster
parent 52849da68c
commit 99ac7b2e40

View File

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