mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
//! more types of entity.
|
||||
Standard_EXPORT SelectMgr_AndFilter();
|
||||
|
||||
Standard_EXPORT Standard_Boolean IsOk (const Handle(SelectMgr_EntityOwner)& anobj) const;
|
||||
Standard_EXPORT Standard_Boolean IsOk (const Handle(SelectMgr_EntityOwner)& anobj) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -40,7 +40,7 @@ public:
|
||||
//! Constructs an empty or selection filter.
|
||||
Standard_EXPORT SelectMgr_OrFilter();
|
||||
|
||||
Standard_EXPORT Standard_Boolean IsOk (const Handle(SelectMgr_EntityOwner)& anobj) const;
|
||||
Standard_EXPORT Standard_Boolean IsOk (const Handle(SelectMgr_EntityOwner)& anobj) const Standard_OVERRIDE;
|
||||
|
||||
//! Disable selection of specified objects.
|
||||
Standard_EXPORT void SetDisabledObjects (const Handle(Graphic3d_NMapOfTransient)& theObjects);
|
||||
|
Reference in New Issue
Block a user