forked from organicmaps/organicmaps
Fixed notes
This commit is contained in:
parent
a46e71c1d6
commit
bc5a21e037
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ namespace
|
|||
|
||||
char const kEnabledKey[] = "GpsTrackingEnabled";
|
||||
char const kDurationHours[] = "GpsTrackingDuration";
|
||||
uint32_t const kDefaultDurationHours = 24;
|
||||
uint32_t constexpr kDefaultDurationHours = 24;
|
||||
|
||||
size_t const kMaxItemCount = 100000; // > 24h with 1point/s
|
||||
size_t constexpr kMaxItemCount = 100000; // > 24h with 1point/s
|
||||
|
||||
inline string GetFilePath()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue