]> SALOME platform Git repositories - plugins/ghs3dplugin.git/commitdiff
Salome HOME
Update to follow SMESH modification
authorgdd <gdd>
Mon, 15 Oct 2012 11:21:46 +0000 (11:21 +0000)
committergdd <gdd>
Mon, 15 Oct 2012 11:21:46 +0000 (11:21 +0000)
src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx

index 46a077655ed09ac034e346b4acc4bf1365fc534c..0d67752a86737e0302c5d5c2a418ccf66a96f3e7 100644 (file)
@@ -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);