From c2b5cef51d39c55d88a455a150098f19aa784116 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 10 Apr 2007 14:14:39 +0000 Subject: [PATCH] PAL13330( When mesh generation does not success, trace where ) minor changes --- src/SMESH_I/SMESH_MeshEditor_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_MeshEditor_i.cxx b/src/SMESH_I/SMESH_MeshEditor_i.cxx index b00c3f634..c458ff041 100644 --- a/src/SMESH_I/SMESH_MeshEditor_i.cxx +++ b/src/SMESH_I/SMESH_MeshEditor_i.cxx @@ -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(); -- 2.39.2