mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0027066: BRepFeat_MakeCylindricalHole::Perform() hides overloaded virtual function
Moving to protected section
This commit is contained in:
parent
52849da68c
commit
99ac7b2e40
@ -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 <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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user