Salome HOME
Fix for compilation with gcc 4.7
[modules/smesh.git] / src / SMDS / SMDS_Mesh.cxx
index fbacb46a2f53df3e96d0f5f4d3654777ca9e16a5..da41acc8200ba01e94a232fbf40d557b0367a3a9 100644 (file)
@@ -2828,7 +2828,7 @@ struct MYNode_Map_Iterator: public FATHER
   template <typename ELEM=const SMDS_MeshElement*>
   class IdSortedIterator : public SMDS_Iterator<ELEM>
   {
-    const SMDS_MeshElementIDFactory& myIDFact;
+    SMDS_MeshElementIDFactory&       myIDFact;
     int                              myID, myMaxID, myNbFound, myTotalNb;
     SMDSAbs_ElementType              myType;
     ELEM                             myElem;