const ItemType& theValue,
std::list<ItemType>& theList)
{
- std::list<ItemType>::iterator aEIt2 = thePosition;
+ typename std::list<ItemType>::iterator aEIt2 = thePosition;
if (++aEIt2 != theList.end())
{
theList.insert(aEIt2, theValue);
return false;
}
- HYDROData_TopoCurve aECurve = BRepBuilderAPI_MakeEdge(aBSpline);
+ HYDROData_TopoCurve aECurve = BRepBuilderAPI_MakeEdge(aBSpline).Edge();
aCurve2.Merge(aOrder, aECurve);
}
aCurve2.Merge(aOrder, *this);