0025748: Parallel version of progress indicator
[occt.git] / src / SWDRAW / SWDRAW_ShapeFix.cxx
index 5a79e2e..e14348b 100644 (file)
@@ -484,7 +484,7 @@ static Standard_Integer fixshape (Draw_Interpretor& di, Standard_Integer argc, c
   }
 
   Handle(Draw_ProgressIndicator) aProgress = new Draw_ProgressIndicator (di, 1);
-  sfs->Perform (aProgress);
+  sfs->Perform (aProgress->Start());
   DBRep::Set (res,sfs->Shape());
 
   if ( mess )