Salome HOME
PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?
[modules/smesh.git] / src / SMESH_I / SMESH_MeshEditor_i.cxx
index b00c3f6347fa43e3f11a440fb175ffb85ebf3878..c458ff0416459100724207c3549ad1df2eb6629a 100644 (file)
@@ -164,7 +164,7 @@ namespace {
     typedef map < int, SMESH_subMesh * > TDependsOnMap;
     //!< The meshod called by submesh: do my main job
     void ProcessEvent(const int, const int eventType, SMESH_subMesh* sm,
-                      SMESH_subMeshEventListenerData*,SMESH_Hypothesis*)
+                      SMESH_subMeshEventListenerData*,const SMESH_Hypothesis*)
     {
       if ( eventType == SMESH_subMesh::COMPUTE_EVENT ) {
         Delete();