diff --git a/src/Track.h b/src/Track.h index d83d38e85..5f57a23b4 100644 --- a/src/Track.h +++ b/src/Track.h @@ -1022,7 +1022,7 @@ template < return { { newBegin.mIter, newBegin.mIter, this->second.mEnd, this->first.GetPredicate() }, - { newBegin.mIter, this->second.mEnd, this->second.mEnd, + { newBegin.mIter, this->second.mIter, this->second.mEnd, this->second.GetPredicate() } }; }