Salome HOME
Fix for "16925 [CEA 16749] MeshCut Python exception with Windows" issue.
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Utils.hxx
index ba98c0643071e87ada1f3251ae9147abb563d887..94b3eb9688e516299414da20f511bb67dab2d287 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2015  EDF R&D
+// Copyright (C) 2006-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -57,7 +57,7 @@ namespace MESHCUT
 
     int copieFichier(std::string source, std::string cible);
     med_geometry_type InstanceMGE(TYPE_MAILLE TYPE);
-    int chrono();
+    int salome_chrono();
     TYPE_MAILLE typeMaille(std::string type);
     std::string MGE2string(med_geometry_type MGE);
     std::string TM2string(TYPE_MAILLE MGE);