Fixed notes

This commit is contained in:
Constantin Shalnev 2015-12-11 19:00:49 +03:00
parent a46e71c1d6
commit bc5a21e037

View file

@ -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()
{