From: eap Date: Thu, 23 Jun 2011 12:05:43 +0000 (+0000) Subject: 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups X-Git-Tag: V6_4_0a1~201 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=77d9e5ae7281ed175da315b45bdc78c761c4bd97;p=modules%2Fsmesh.git 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups - int GetID (const int theIndex); + virtual int GetID (const int theIndex); --- diff --git a/src/SMESHDS/SMESHDS_GroupBase.hxx b/src/SMESHDS/SMESHDS_GroupBase.hxx index a6166b255..0c0c41b85 100644 --- a/src/SMESHDS/SMESHDS_GroupBase.hxx +++ b/src/SMESHDS/SMESHDS_GroupBase.hxx @@ -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() {}