mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 11:53:47 +00:00
[tracks] Fixed ending points.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
fda1da03c8
commit
64f50d4e49
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user