mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026069: Coding Rules - eliminate new warnings about redundant const qualifier in SelectMgr
SelectMgr_SensitiveEntity is now inherited from Standard_Transient; Redundant const type qualifiers were removed from selection classes.
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
const Handle(SelectMgr_SelectableObject)& GetObjectById (const Standard_Integer theIndex) const;
|
||||
|
||||
//! Returns true if this objects set contains theObject given
|
||||
const Standard_Boolean Contains (const Handle(SelectMgr_SelectableObject)& theObject) const;
|
||||
Standard_Boolean Contains (const Handle(SelectMgr_SelectableObject)& theObject) const;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user