]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHUtils/SMESH_Offset.cxx
Salome HOME
fix after review. Build completed
[modules/smesh.git] / src / SMESHUtils / SMESH_Offset.cxx
index 01552f584133ff96cdb6ef46c86efeef87183d24..97e2992610dc772a50cc31185da2101491abc645 100644 (file)
@@ -277,7 +277,7 @@ namespace
 
     static Standard_Integer HashCode(const CutFace& f, const Standard_Integer upper)
     {
-      return ::HashCode( f.myInitFace->GetID(), upper );
+      return ::HashCode( FromIdType<int>(f.myInitFace->GetID()), upper );
     }
     static Standard_Boolean IsEqual(const CutFace& f1, const CutFace& f2 )
     {