[tracks] Fixed ending points.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-07-22 23:49:28 -03:00
committed by Konstantin Pastbin
parent fda1da03c8
commit 64f50d4e49
11 changed files with 83 additions and 88 deletions

View File

@@ -2,8 +2,6 @@
#include "base/assert.hpp"
#include <algorithm>
namespace
{
@@ -27,8 +25,6 @@ private:
} // namespace
size_t const GpsTrackCollection::kInvalidId = std::numeric_limits<size_t>::max();
GpsTrackCollection::GpsTrackCollection() : m_lastId(0), m_elevationInfoDirty(true) {}
std::pair<size_t, size_t> GpsTrackCollection::Add(std::vector<TItem> const & items)