From: gdd Date: Mon, 15 Oct 2012 11:21:46 +0000 (+0000) Subject: Update to follow SMESH modification X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bb2c5cd89c5053889f41c499384dfcc059f1fadd;p=plugins%2Fghs3dplugin.git Update to follow SMESH modification --- diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index 46a0776..0d67752 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -587,7 +587,7 @@ QFrame* GHS3DPluginGUI_HypothesisCreator::buildFrame() // myEnfMesh = SMESH::SMESH_Mesh::_nil(); // myEnfMeshArray = new SMESH::mesh_array(); - myEnfMeshWdg = new StdMeshersGUI_ObjectReferenceParamWdg( IDSOURCE, myEnfMeshGroup, /*multiSel=*/true); + myEnfMeshWdg = new StdMeshersGUI_ObjectReferenceParamWdg( SMESH::IDSOURCE, myEnfMeshGroup, /*multiSel=*/true); myEnfMeshWdg->SetDefaultText(tr("GHS3D_ENF_SELECT_MESH"), "QLineEdit { color: grey }"); myEnfMeshWdg->AvoidSimultaneousSelection(myEnfVertexWdg);