]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_ViewerProxy.cpp
Salome HOME
Fix length of a row
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.cpp
index a9c427d62cf611d70ed86ab0fc41e90adbdd7185..536f224853be5e4f65983401c819cab94a9952dc 100644 (file)
@@ -460,7 +460,8 @@ Handle(AIS_Shape) createPresentation(const TopoDS_Shape& theShape, double theDev
 }
 
 //***************************************
-void XGUI_ViewerProxy::createPresentations(const ResultPtr& theRes, const TopoDS_Shape& theIgnoreShape)
+void XGUI_ViewerProxy::createPresentations(const ResultPtr& theRes,
+  const TopoDS_Shape& theIgnoreShape)
 {
   Handle(AIS_InteractiveContext) aContext = AISContext();
   XGUI_Displayer* aDisplayer = myWorkshop->displayer();