]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/StdMeshers/StdMeshers_ProjectionUtils.cxx
Salome HOME
PAL13330( When mesh generation does not success, trace where )
[modules/smesh.git] / src / StdMeshers / StdMeshers_ProjectionUtils.cxx
index d9c58e9d7aa42d3c1f0b5350fa192db7ef3e24b3..c276b3afa70705ebc049ab19c2630874c39b7d21 100644 (file)
@@ -1238,7 +1238,7 @@ namespace {
     HypModifWaiter():SMESH_subMeshEventListener(0){} // won't be deleted by submesh
 
     void ProcessEvent(const int event, const int eventType, SMESH_subMesh* subMesh,
-                      EventListenerData*, SMESH_Hypothesis*)
+                      EventListenerData*, const SMESH_Hypothesis*)
     {
       if ( event     == SMESH_subMesh::MODIF_HYP &&
            eventType == SMESH_subMesh::ALGO_EVENT)