Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_VertexSolid.cxx
index 8c51619e0a093af867179bbdd416f197623cf3d3..2ddeaf9f29394602b6ec2e6407723f6722cc6f74 100644 (file)
@@ -109,7 +109,7 @@ void GEOMAlgo_VertexSolid::Perform()
     BuildResult();
   }
   //
-  catch (Standard_Failure) {
+  catch (Standard_Failure&) {
     myErrorStatus = 12;
   }
 }