From 23119d0e90b60ad1157658b29a23052f7c13d0c3 Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 30 Oct 2017 15:34:15 +0300 Subject: [PATCH] Fix due to the coding standards. --- src/PartSet/PartSet_CenterPrs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PartSet/PartSet_CenterPrs.h b/src/PartSet/PartSet_CenterPrs.h index 91a5387cd..8d60f6466 100644 --- a/src/PartSet/PartSet_CenterPrs.h +++ b/src/PartSet/PartSet_CenterPrs.h @@ -62,7 +62,8 @@ public: /// Returns type of the center ModelAPI_AttributeSelection::CenterType centerType() const { return myCenterType; } - virtual void HilightSelected(const Handle(PrsMgr_PresentationManager3d)& PM, const SelectMgr_SequenceOfOwner& Seq); + virtual void HilightSelected(const Handle(PrsMgr_PresentationManager3d)& PM, + const SelectMgr_SequenceOfOwner& Seq); virtual void HilightOwnerWithColor (const Handle(PrsMgr_PresentationManager3d)&, const Handle(Graphic3d_HighlightStyle)&, const Handle(SelectMgr_EntityOwner)&); -- 2.39.2