From: mpv Date: Mon, 30 Oct 2017 12:34:15 +0000 (+0300) Subject: Fix due to the coding standards. X-Git-Tag: V_2.10.0RC~181 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23119d0e90b60ad1157658b29a23052f7c13d0c3;p=modules%2Fshaper.git Fix due to the coding standards. --- 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)&);