0030611: Coding Rules - eliminate GCC compiler warnings -Wcatch-value
[occt.git] / src / math / math_ComputeKronrodPointsAndWeights.cxx
index e08a464..d8e1188 100644 (file)
@@ -162,7 +162,7 @@ math_ComputeKronrodPointsAndWeights::math_ComputeKronrodPointsAndWeights(const S
       }      
       myIsDone = Standard_True;
     }
-  } catch (Standard_Failure) {
+  } catch (Standard_Failure const&) {
   }
 }