Salome HOME
Merge with OCC_development_01
[modules/smesh.git] / src / SMDS / SMDS_MeshGroup.hxx
index 69084c5b95771759860b8890f64baaedfcf96f9d..ef2264c12f695c5776cce27251c88a38df5eb993 100644 (file)
@@ -65,7 +65,7 @@ class SMDS_MeshGroup:public SMDS_MeshObject
        SMDS_MeshGroup(SMDS_MeshGroup* theParent,
                        const SMDSAbs_ElementType theType = SMDSAbs_All);
 
-        typedef std::set<const SMDS_MeshElement *>::iterator TIterator;
+        typedef std::set<const SMDS_MeshElement *>::const_iterator TIterator;
        const SMDS_Mesh *                       myMesh;
        SMDSAbs_ElementType                     myType;
        std::set<const SMDS_MeshElement *>      myElements;