]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_Selection.cxx
Salome HOME
Compute progress bar
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Selection.cxx
index 8c7ebc2c2b989bc4dff57f69d5a56c6ee1bce265..4b8c433f9e70f6ee3d5a13740e6bc9d900b8f324 100644 (file)
@@ -653,7 +653,7 @@ bool SMESHGUI_Selection::isImported( const int ind ) const
     SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_narrow( SMESH::SObjectToObject( SO ) );
     if( !aMesh->_is_nil() )
     {
-      SALOME_MED::MedFileInfo_var inf = aMesh->GetMEDFileInfo();
+      SMESH::MedFileInfo_var inf = aMesh->GetMEDFileInfo();
       res = strlen( (char*)inf->fileName ) > 0;
     }
   }