mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024814: Avoid using explicit names of Handle classes
Sources corrected replacing Handle_XXX by Handle(XXX)
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
#include <SelectMgr_SelectableObject.hxx>
|
||||
#include <SelectMgr_SequenceOfOwner.hxx>
|
||||
|
||||
inline Standard_Boolean IsEqual (const Handle_SelectMgr_SelectableObject& theH1,
|
||||
const Handle_SelectMgr_SelectableObject& theH2)
|
||||
inline Standard_Boolean IsEqual (const Handle(SelectMgr_SelectableObject)& theH1,
|
||||
const Handle(SelectMgr_SelectableObject)& theH2)
|
||||
{
|
||||
return (theH1 == theH2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user