mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +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
@@ -7,13 +7,12 @@
|
||||
|
||||
#include <deque>
|
||||
#include <limits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
class GpsTrackCollection final
|
||||
{
|
||||
public:
|
||||
static size_t const kInvalidId; // = numeric_limits<size_t>::max();
|
||||
static size_t constexpr kInvalidId = std::numeric_limits<size_t>::max();
|
||||
|
||||
using TItem = location::GpsInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user