0030611: Coding Rules - eliminate GCC compiler warnings -Wcatch-value
[occt.git] / src / BRepMesh / BRepMesh_NodeInsertionMeshAlgo.hxx
index dc3c13e..54f80fd 100644 (file)
@@ -223,7 +223,7 @@ private:
       this->registerNode(BRep_Tool::Pnt(theVertex), aPnt2d,
                          BRepMesh_Fixed, Standard_False);
     }
-    catch (Standard_Failure)
+    catch (Standard_Failure const&)
     {
     }
   }