Salome HOME
Copyright update 2022
[modules/geom.git] / src / OCC2VTK / OCC2VTK_Tools.cxx
old mode 100755 (executable)
new mode 100644 (file)
index b67dc82..91e328c
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -178,7 +178,7 @@ namespace GEOM
         ret->ShallowCopy(myAppendFilter->GetOutput());
         myAppendFilter->Delete();
       }
-      catch(Standard_Failure) {
+      catch(Standard_Failure&) {
       }
     }
     return ret;