Salome HOME
Refactoring
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.cxx
index 998ca015d1754a72f3262f4dd7bad25f434774e9..db97d6c2535f4fbe6455238eae4d207821956876 100644 (file)
@@ -163,7 +163,7 @@ char* SMESH_Hypothesis_i::GetComponent()
  *  SMESH_Hypothesis_i::IsValid()
  */
 //=============================================================================
-char* SMESH_Hypothesis_i::IsValid()
+CORBA::Boolean SMESH_Hypothesis_i::IsValid()
 {
   return true;
 }