Salome HOME
#18963 Minimize compiler warnings (finish)
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / MG_Tetra_API.cxx
index 4503061662483769d205eeac4257bc2946f73917..258a081342c65945262760c24af56094cf832833 100644 (file)
@@ -695,7 +695,9 @@ struct MG_Tetra_API::LibData // to avoid compiler warnings
 {
   volatile bool& _cancelled_flag;
   double& _progress;
-  LibData(volatile bool& cancelled_flag, double& progress): _cancelled_flag{cancelled_flag}, _progress{progress} {}
+  LibData(volatile bool& cancelled_flag, double& progress):
+    _cancelled_flag{cancelled_flag}, _progress{progress}
+  {}
 };
 
 #endif // ifdef USE_MG_LIBS