Salome HOME
Fix due to the coding standards.
authormpv <mpv@opencascade.com>
Mon, 30 Oct 2017 12:34:15 +0000 (15:34 +0300)
committermpv <mpv@opencascade.com>
Mon, 30 Oct 2017 12:34:15 +0000 (15:34 +0300)
src/PartSet/PartSet_CenterPrs.h

index 91a5387cd5a57d3a66f50e613b7809a7664fbf20..8d60f6466880d2109e953892b368e5ec87c7d6bc 100644 (file)
@@ -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)&);