0025540: Visualization - discretization of the circle differs in shaded and wireframe...
[occt.git] / src / SelectMgr / SelectMgr_SelectableObject.lxx
index f140d68..31ddd4a 100644 (file)
@@ -29,3 +29,6 @@ inline const Handle(Prs3d_Drawer)& SelectMgr_SelectableObject::
 Attributes() const
 {return myDrawer;}
 
+inline const Handle(Prs3d_Drawer)& SelectMgr_SelectableObject::
+HilightAttributes() const
+{return myHilightDrawer;}