Salome HOME
#18963 Minimize compiler warnings
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_ShellSolid.cxx
index e355bef5b1b9d2566806dbab51fedb85b12df7f9..bd07bc5b47d0b9d20b3112005c468ee0d64d9093 100644 (file)
@@ -300,7 +300,7 @@ void GEOMAlgo_ShellSolid::Perform()
     }//for (i=iBeg; i<=iEnd; ++i) {
     
   }// try
-  catch (Standard_Failure) {
+  catch (Standard_Failure&) {
     myErrorStatus=12;
   }
 }