]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
authoreap <eap@opencascade.com>
Thu, 23 Jun 2011 12:05:43 +0000 (12:05 +0000)
committereap <eap@opencascade.com>
Thu, 23 Jun 2011 12:05:43 +0000 (12:05 +0000)
-  int GetID (const int theIndex);
+  virtual int GetID (const int theIndex);

src/SMESHDS/SMESHDS_GroupBase.hxx

index a6166b255e4b3d876761f7b726da787af256b6a6..0c0c41b854b54bfc6092cedd800973164d74a399 100644 (file)
@@ -68,7 +68,7 @@ class SMESHDS_EXPORT SMESHDS_GroupBase
 
   virtual SMDS_ElemIteratorPtr GetElements() const = 0;
 
-  int GetID (const int theIndex);
+  virtual int GetID (const int theIndex);
   // use it for iterations 1..Extent()
 
   virtual ~SMESHDS_GroupBase() {}