Salome HOME
0021275: EDF 1681 SMESH: Find the number of nodes of any group
[modules/smesh.git] / src / SMESHDS / SMESHDS_Group.cxx
index a011fd6d02aef7e566816c3c86ac28322af6b5c1..1a9a75655510aeb7df366325a8a17bfee365d290 100644 (file)
@@ -49,7 +49,7 @@ SMESHDS_Group::SMESHDS_Group (const int                 theID,
 //purpose  : 
 //=======================================================================
 
-int SMESHDS_Group::Extent()
+int SMESHDS_Group::Extent() const
 {
   return myGroup.Extent();
 }