Bugzilla – Attachment #347: patch from mailing list for bug #460
{
Vector v = *m_current;
m_current++;
if (m_current == m_positions.end())
m_current = m_positions.begin ();
return v;
}