X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FSelectMgr%2FSelectMgr_SelectableObject.hxx;h=f7b8e7e74015b17a556b3ed4afc9b47aacec1c77;hp=dcaa90cf81733a63f42cdb011792cb8e04ad7cbe;hb=7411850ad7eb514cfb57668d35d6366e3241fe38;hpb=c3282ec17059ca78d3a85a74db5bfce2125566e2 diff --git a/src/SelectMgr/SelectMgr_SelectableObject.hxx b/src/SelectMgr/SelectMgr_SelectableObject.hxx index dcaa90cf81..f7b8e7e740 100644 --- a/src/SelectMgr/SelectMgr_SelectableObject.hxx +++ b/src/SelectMgr/SelectMgr_SelectableObject.hxx @@ -95,8 +95,8 @@ public: Standard_EXPORT const Handle(SelectMgr_Selection)& Selection (const Standard_Integer aMode) const; //! Returns true if a selection corresponding to the - //! selection mode aMode is present in this framework. - Standard_EXPORT Standard_Boolean HasSelection (const Standard_Integer aMode) const; + //! selection mode theMode was computed for this object. + Standard_EXPORT virtual Standard_Boolean HasSelection (const Standard_Integer theMode) const; //! Begins the iteration scanning for sensitive primitives. void Init(); @@ -199,7 +199,7 @@ public: friend class SelectMgr_SelectionManager; - DEFINE_STANDARD_RTTI(SelectMgr_SelectableObject,PrsMgr_PresentableObject) + DEFINE_STANDARD_RTTIEXT(SelectMgr_SelectableObject,PrsMgr_PresentableObject) protected: