Salome HOME
Nerge with PAL/SALOME 2.1.0d
[modules/smesh.git] / src / DriverMED / DriverMED_W_SMESHDS_Mesh.cxx
index 4d360379a3933294a9f779803585dd869c46c9d1..69afde96346b5ed15cacc9b5090608b71825a7fe 100644 (file)
@@ -56,7 +56,7 @@ void DriverMED_W_SMESHDS_Mesh::SetMeshName(const std::string& theMeshName)
   myMeshName = theMeshName;
 }
 
-void DriverMED_W_SMESHDS_Mesh::AddGroup(SMESHDS_Group* theGroup)
+void DriverMED_W_SMESHDS_Mesh::AddGroup(SMESHDS_GroupBase* theGroup)
 {
   myGroups.push_back(theGroup);
 }