Salome HOME
fight warnings, c++17. additional corrections++
[modules/smesh.git] / src / SMESH / SMESH_Algo.cxx
index f140187b87b61819fd994d4057f7860186bcee72..3ee3872ebbc8b6bdb21ffeac7683ef91fe5a5ed3 100644 (file)
@@ -518,7 +518,7 @@ GeomAbs_Shape SMESH_Algo::Continuity(const TopoDS_Edge& theE1,
     OCC_CATCH_SIGNALS;
     return BRepLProp::Continuity(C1, C2, u1, u2, tol, angTol);
   }
-  catch (Standard_Failure) {
+  catch (Standard_Failure&) {
   }
   return GeomAbs_C0;
 }