Salome HOME
Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same...
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupBase.hxx
index fbb91414a1524bac956023953c97dda97244de43..a7aa87cedb79b4b3d21f578e9465617aeeb292a1 100644 (file)
@@ -68,6 +68,7 @@ class SMESHDS_GroupBase
 
  protected:
   const SMDS_MeshElement* findInMesh (const int theID) const;
+  void resetIterator();
 
  private:
   SMESHDS_GroupBase (const SMESHDS_GroupBase& theOther);