mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -42,11 +42,11 @@ public:
|
||||
|
||||
Standard_EXPORT BRepCheck_Shell(const TopoDS_Shell& S);
|
||||
|
||||
Standard_EXPORT void InContext (const TopoDS_Shape& ContextShape);
|
||||
Standard_EXPORT void InContext (const TopoDS_Shape& ContextShape) Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT void Minimum();
|
||||
Standard_EXPORT void Minimum() Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT void Blind();
|
||||
Standard_EXPORT void Blind() Standard_OVERRIDE;
|
||||
|
||||
//! Checks if the oriented faces of the shell give a
|
||||
//! closed shell. If the wire is closed, returns
|
||||
|
||||
Reference in New Issue
Block a user