salomesmesh: fix function missing return statement

3rdParty/salomesmesh/src/SMESHDS/SMESHDS_GroupOnGeom.cpp|95 col 3| warning: control may reach end of non-void function [-Wreturn-type]
||   }
This commit is contained in:
Alexander Golubev
2015-05-17 17:42:05 +03:00
committed by wmayer
parent 3cc78d1f73
commit b04ca16906

View File

@@ -92,6 +92,7 @@ class MyIterator: public SMDS_ElemIterator
else
myElem = 0;
}
return res;
}
};