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

@ -100,8 +100,8 @@ public:
protected:
//! Unhide the base class member to avoid Clang warnings
using BRepFeat_Builder::Perform;
private: