From: vsv Date: Thu, 22 Aug 2019 07:47:40 +0000 (+0300) Subject: Cut long line X-Git-Tag: VEDF2019Lot4~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66e03e8a004304838a5168a2351d7106fa1f74d4;p=modules%2Fshaper.git Cut long line --- diff --git a/src/PartSet/PartSet_SketcherMgr.cpp b/src/PartSet/PartSet_SketcherMgr.cpp index b4c6203c5..c6e47e0b2 100644 --- a/src/PartSet/PartSet_SketcherMgr.cpp +++ b/src/PartSet/PartSet_SketcherMgr.cpp @@ -1203,8 +1203,8 @@ bool PartSet_SketcherMgr::sketchSelectionFilter(const ModuleBase_SelectionFilter return mySelectionFilterTypes.find(theFilterType) != mySelectionFilterTypes.end(); } -void PartSet_SketcherMgr::registerSelectionFilter(const ModuleBase_SelectionFilterType theFilterType, - const Handle(SelectMgr_Filter)& theFilter) +void PartSet_SketcherMgr::registerSelectionFilter( + const ModuleBase_SelectionFilterType theFilterType, const Handle(SelectMgr_Filter)& theFilter) { mySelectionFilterTypes.insert(theFilterType); myModule->registerSelectionFilter(theFilterType, theFilter);