Salome HOME
Nerge with PAL/SALOME 2.1.0d
[modules/smesh.git] / src / OBJECT / SMESH_Object.h
index 0692f065d047a9ecf01393bd7cddf3a37c36ee09..b70ccae7c52fe3391950de1931867937cbc35afe 100644 (file)
@@ -172,7 +172,7 @@ protected:
 class SMESH_GroupObj: public SMESH_SubMeshObj
 {
 public:
-                            SMESH_GroupObj( SMESH::SMESH_Group_ptr, SMESH_MeshObj* );
+                            SMESH_GroupObj( SMESH::SMESH_GroupBase_ptr, SMESH_MeshObj* );
   virtual                   ~SMESH_GroupObj();
 
   virtual int               GetNbEntities( const SMESH::ElementType) const;
@@ -181,7 +181,7 @@ public:
 
 private:
 
-  SMESH::SMESH_Group_var    myGroupServer;
+  SMESH::SMESH_GroupBase_var    myGroupServer;
 };