From 77d9e5ae7281ed175da315b45bdc78c761c4bd97 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 23 Jun 2011 12:05:43 +0000 Subject: [PATCH] 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); --- src/SMESHDS/SMESHDS_GroupBase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {}